mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
27 lines
884 B
XML
Executable File
27 lines
884 B
XML
Executable File
<?xml version="1.0"?>
|
|
|
|
#filter substitution
|
|
|
|
<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 packages being supplied by this jar -->
|
|
<RDF:Seq about="urn:mozilla:locale:root">
|
|
<RDF:li resource="urn:mozilla:locale:@AB_CD@"/>
|
|
</RDF:Seq>
|
|
|
|
<!-- locale information -->
|
|
<RDF:Description about="urn:mozilla:locale:@AB_CD@">
|
|
<chrome:packages>
|
|
<RDF:Seq about="urn:mozilla:locale:@AB_CD@:packages">
|
|
<RDF:li resource="urn:mozilla:locale:@AB_CD@:passwordmgr"/>
|
|
</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:@AB_CD@:passwordmgr"
|
|
chrome:localeVersion="@MOZILLA_LOCALE_VERSION@"/>
|
|
</RDF:RDF>
|