mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
19 lines
627 B
Plaintext
19 lines
627 B
Plaintext
|
<?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 packages being supplied by this jar -->
|
||
|
<RDF:Seq about="urn:mozilla:package:root">
|
||
|
<RDF:li resource="urn:mozilla:package:global-region"/>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<!-- package information -->
|
||
|
<RDF:Description about="urn:mozilla:package:global-region"
|
||
|
chrome:displayName="US Regional Contents"
|
||
|
chrome:author="mozilla.org"
|
||
|
chrome:name="global-region"
|
||
|
#expand chrome:localeVersion="__MOZILLA_REGION_VERSION__">
|
||
|
</RDF:Description>
|
||
|
|
||
|
</RDF:RDF>
|