XMLterm changes only. Fixed overlay to XMLterm back into the tasks menu. git-svn-id: svn://10.0.0.236/trunk@76201 18797224-902f-48f8-a5cc-f745e15eee43
41 lines
1.3 KiB
XML
41 lines
1.3 KiB
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>
|
|
<RDF:Seq about="urn:mozilla:skin:root">
|
|
<RDF:li resource="urn:mozilla:skin:modern/1.0" />
|
|
</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>
|
|
|
|
<!-- xmlterm skin information -->
|
|
<RDF:Description about="urn:mozilla:skin:modern/1.0"
|
|
chrome:displayName="Modern"
|
|
chrome:author="mozilla.org"
|
|
chrome:name="modern/1.0">
|
|
<chrome:packages>
|
|
<RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
|
|
<RDF:li resource="urn:mozilla:skin:modern/1.0:xmlterm"/>
|
|
</RDF:Seq>
|
|
</chrome:packages>
|
|
</RDF:Description>
|
|
</RDF:RDF>
|