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 >
Wrap
Extensible Markup Language
|
2005-07-29
|
1KB
|
27 lines
<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
<!-- list all the skins being supplied by this package -->
<RDF:Seq about="urn:mozilla:locale:root">
<RDF:li resource="urn:mozilla:locale:US"/>
</RDF:Seq>
<!-- locale information -->
<!-- note this is the Mozilla locale manifest plus aim. this source tree
doesn't include locale files for anything but aim. aim just inserts
itself into the extant locale info, and must override its manifest. -->
<RDF:Description about="urn:mozilla:locale:US">
<chrome:packages>
<RDF:Seq about="urn:mozilla:locale:US:packages">
<RDF:li resource="urn:mozilla:locale:US:aim-region"/>
</RDF:Seq>
</chrome:packages>
</RDF:Description>
<!-- Version Information. State that we work only with major version of this
package. -->
<RDF:Description about="urn:mozilla:locale:US:aim-region"
chrome:localeVersion="1.7"/>
</RDF:RDF>