ChatZilla only. git-svn-id: svn://10.0.0.236/trunk@257529 18797224-902f-48f8-a5cc-f745e15eee43
52 lines
2.0 KiB
XML
52 lines
2.0 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:chatzilla"/>
|
|
</RDF:Seq>
|
|
|
|
<!-- package information -->
|
|
<RDF:Description about="urn:mozilla:package:chatzilla"
|
|
chrome:displayName="ChatZilla 0.9.85"
|
|
chrome:author="mozilla.org"
|
|
chrome:authorURL="http://www.mozilla.org/projects/rt-messaging/chatzilla/"
|
|
chrome:description="A simple, straightforward Internet Relay Chat (IRC) client."
|
|
chrome:localeVersion=""
|
|
chrome:extension="true"
|
|
chrome:settingsURL="chrome://chatzilla/content/config.xul"
|
|
chrome:name="chatzilla">
|
|
</RDF:Description>
|
|
|
|
<!-- overlay information -->
|
|
<RDF:Seq about="urn:mozilla:overlays">
|
|
<RDF:li resource="chrome://browser/content/browser.xul"/>
|
|
<RDF:li resource="chrome://songbird/content/xul/layoutBaseOverlay.xul"/>
|
|
<RDF:li resource="chrome://editor/content/editorTasksOverlay.xul"/>
|
|
<RDF:li resource="chrome://communicator/content/pref/preftree.xul"/>
|
|
<RDF:li resource="chrome://communicator/content/pref/pref-appearance.xul"/>
|
|
</RDF:Seq>
|
|
|
|
<RDF:Seq about="chrome://browser/content/browser.xul">
|
|
<RDF:li>chrome://chatzilla/content/browserOverlay.xul</RDF:li>
|
|
</RDF:Seq>
|
|
|
|
<RDF:Seq about="chrome://songbird/content/xul/layoutBaseOverlay.xul">
|
|
<RDF:li>chrome://chatzilla/content/browserOverlay.xul</RDF:li>
|
|
</RDF:Seq>
|
|
|
|
<RDF:Seq about="chrome://editor/content/editorTasksOverlay.xul">
|
|
<RDF:li>chrome://chatzilla/content/chatzillaOverlay.xul</RDF:li>
|
|
</RDF:Seq>
|
|
|
|
<RDF:Seq about="chrome://communicator/content/pref/preftree.xul">
|
|
<RDF:li>chrome://chatzilla/content/prefsOverlay.xul</RDF:li>
|
|
</RDF:Seq>
|
|
|
|
<RDF:Seq about="chrome://communicator/content/pref/pref-appearance.xul">
|
|
<RDF:li>chrome://chatzilla/content/prefsOverlay.xul</RDF:li>
|
|
</RDF:Seq>
|
|
|
|
</RDF:RDF>
|