mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
27 lines
863 B
XML
27 lines
863 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:xmlterm"/>
|
|
</RDF:Seq>
|
|
|
|
<!-- xmlterm package information -->
|
|
<RDF:Description about="urn:mozilla:package:xmlterm"
|
|
chrome:displayName="XMLterm"
|
|
chrome:author="xmlterm.org"
|
|
chrome:name="xmlterm">
|
|
</RDF:Description>
|
|
|
|
<!-- xmlterm overlay information -->
|
|
<RDF:Seq about="urn:mozilla:overlays">
|
|
<RDF:li resource="chrome://communicator/content/tasksOverlay.xul"/>
|
|
</RDF:Seq>
|
|
|
|
<RDF:Seq about="chrome://communicator/content/tasksOverlay.xul">
|
|
<RDF:li>chrome://xmlterm/content/xmltermOverlay.xul</RDF:li>
|
|
</RDF:Seq>
|
|
|
|
</RDF:RDF>
|