mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
191d2e96bf
(r=jbetak,sr=dveditz)
21 lines
643 B
XML
21 lines
643 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:communicator"/>
|
|
</RDF:Seq>
|
|
|
|
<!-- package information -->
|
|
<RDF:Description about="urn:mozilla:package:communicator"
|
|
chrome:displayName="Communicator Shared"
|
|
chrome:author="mozilla.org"
|
|
chrome:name="communicator"
|
|
chrome:localeVersion="0.9.6"
|
|
chrome:skinVersion="0.9.4">
|
|
</RDF:Description>
|
|
|
|
</RDF:RDF>
|
|
|