mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
84b9c1543d
r=jbetak,sr=sspitzer. 0.9.3 ->0.9.4
18 lines
563 B
XML
18 lines
563 B
XML
<?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:navigator-region"/>
|
|
</RDF:Seq>
|
|
|
|
<!-- package information -->
|
|
<RDF:Description about="urn:mozilla:package:navigator-region"
|
|
chrome:author="mozilla.org"
|
|
chrome:name="navigator-region"
|
|
chrome:localeVersion="0.9.4">
|
|
</RDF:Description>
|
|
|
|
</RDF:RDF>
|