mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
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:communicator"/>
|
||
|
<RDF:li resource="urn:mozilla:package:editor"/>
|
||
|
<RDF:li resource="urn:mozilla:package:navigator"/>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<!-- package information -->
|
||
|
<RDF:Description about="urn:mozilla:package:communicator"
|
||
|
chrome:displayName="Communicator Shared"
|
||
|
chrome:author="mozilla.org"
|
||
|
chrome:name="communicator">
|
||
|
</RDF:Description>
|
||
|
<RDF:Description about="urn:mozilla:package:editor"
|
||
|
chrome:displayName="Editor"
|
||
|
chrome:author="mozilla.org"
|
||
|
chrome:name="editor">
|
||
|
</RDF:Description>
|
||
|
<RDF:Description about="urn:mozilla:package:navigator"
|
||
|
chrome:displayName="Navigator"
|
||
|
chrome:author="mozilla.org"
|
||
|
chrome:name="navigator">
|
||
|
</RDF:Description>
|
||
|
|
||
|
<!-- overlay information -->
|
||
|
<RDF:Seq about="urn:mozilla:overlays">
|
||
|
<RDF:li resource="chrome://communicator/content/pref/preftree.xul"/>
|
||
|
<RDF:li resource="chrome://communicator/content/pref/pref-appearance.xul"/>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<!-- editor preferences branches -->
|
||
|
<RDF:Seq about="chrome://communicator/content/pref/preftree.xul">
|
||
|
<RDF:li>chrome://editor/content/editorPrefsOverlay.xul</RDF:li>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<!-- editor startup pref -->
|
||
|
<RDF:Seq about="chrome://communicator/content/pref/pref-appearance.xul">
|
||
|
<RDF:li>chrome://editor/content/editorPrefsOverlay.xul</RDF:li>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
</RDF:RDF>
|
||
|
|