mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
31 lines
1.0 KiB
Plaintext
31 lines
1.0 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:chatzilla-sm"/>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<!-- package information -->
|
||
|
<RDF:Description about="urn:mozilla:package:chatzilla-sm"
|
||
|
chrome:name="chatzilla-sm">
|
||
|
</RDF:Description>
|
||
|
|
||
|
<!-- overlay information -->
|
||
|
<RDF:Seq about="urn:mozilla:overlays">
|
||
|
<RDF:li resource="chrome://chatzilla/content/chatzilla.xul"/>
|
||
|
<RDF:li resource="chrome://chatzilla/content/menus.xul"/>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<RDF:Seq about="chrome://chatzilla/content/chatzilla.xul">
|
||
|
<RDF:li>chrome://chatzilla/content/sm/overlay.xul</RDF:li>
|
||
|
<RDF:li>chrome://communicator/content/utilityOverlay.xul</RDF:li>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<RDF:Seq about="chrome://chatzilla/content/menus.xul">
|
||
|
<RDF:li>chrome://communicator/content/tasksOverlay.xul</RDF:li>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
</RDF:RDF>
|