mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
17 lines
533 B
Plaintext
17 lines
533 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:messenger-region"/>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<!-- package information -->
|
||
|
<RDF:Description about="urn:mozilla:package:messenger-region"
|
||
|
chrome:author="mozilla.org"
|
||
|
chrome:name="messenger-region">
|
||
|
</RDF:Description>
|
||
|
|
||
|
</RDF:RDF>
|