2. 70622: fix the "update.html" is also included. 3. 69934: make regus.jst & langenus.jst more localization friendly. r=ssu,sr=deveditz. git-svn-id: svn://10.0.0.236/trunk@88616 18797224-902f-48f8-a5cc-f745e15eee43
17 lines
581 B
XML
17 lines
581 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-platform"/>
|
|
</RDF:Seq>
|
|
|
|
<!-- package information -->
|
|
<RDF:Description about="urn:mozilla:package:navigator-platform"
|
|
chrome:displayName="UNIX Bindings"
|
|
chrome:author="mozilla.org"
|
|
chrome:name="navigator-platform">
|
|
</RDF:Description>
|
|
</RDF:RDF>
|