home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / US.jar / locale / US / aim-region / contents.rdf next >
Extensible Markup Language  |  2005-07-29  |  1KB  |  27 lines

  1. <?xml version="1.0"?>
  2. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.          xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
  4.  
  5.   <!-- list all the skins being supplied by this package -->
  6.   <RDF:Seq about="urn:mozilla:locale:root">
  7.     <RDF:li resource="urn:mozilla:locale:US"/>
  8.   </RDF:Seq>
  9.  
  10.   <!-- locale information -->
  11.   <!-- note this is the Mozilla locale manifest plus aim. this source tree
  12.        doesn't include locale files for anything but aim. aim just inserts
  13.        itself into the extant locale info, and must override its manifest. -->
  14.   <RDF:Description about="urn:mozilla:locale:US">
  15.     <chrome:packages>
  16.       <RDF:Seq about="urn:mozilla:locale:US:packages">
  17.         <RDF:li resource="urn:mozilla:locale:US:aim-region"/>
  18.       </RDF:Seq>
  19.     </chrome:packages>
  20.   </RDF:Description>
  21.  
  22.   <!-- Version Information.  State that we work only with major version of this
  23.        package. -->
  24.   <RDF:Description about="urn:mozilla:locale:US:aim-region"
  25.     chrome:localeVersion="1.7"/>
  26. </RDF:RDF>
  27.