silver%warwickcompsoc.co.uk bac5db9aea ChatZilla version number updates for release.
ChatZilla only.


git-svn-id: svn://10.0.0.236/trunk@257529 18797224-902f-48f8-a5cc-f745e15eee43
2009-06-18 16:46:45 +00:00

88 lines
3.1 KiB
XML

<?xml version="1.0"?>
#filter substitution
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<!-- core data -->
<em:id>{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}</em:id>
<em:version>@CHATZILLA_VERSION@</em:version>
<!-- target: Mozilla, version 1.0 to 1.8 -->
<em:targetApplication>
<Description>
<em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>1.8</em:maxVersion>
</Description>
</em:targetApplication>
<!-- target: Mozilla Firefox, version 1.0 to 3.5 -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>3.5</em:maxVersion>
</Description>
</em:targetApplication>
<!-- target: SeaMonkey, version 1.0 to 2.0 -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>2.0</em:maxVersion>
</Description>
</em:targetApplication>
<!-- target: Flock, version 0.4 to 1.0+ -->
<em:targetApplication>
<Description>
<em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
<em:minVersion>0.4</em:minVersion>
<em:maxVersion>1.0+</em:maxVersion>
</Description>
</em:targetApplication>
<!-- target: Netscape Navigator, version 9.0b1 to 9.0.* -->
<em:targetApplication>
<Description>
<em:id>{3db10fab-e461-4c80-8b97-957ad5f8ea47}</em:id>
<em:minVersion>9.0b1</em:minVersion>
<em:maxVersion>9.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- target: Songbird, version 0.7 to 1.0 -->
<em:targetApplication>
<Description>
<em:id>songbird@songbirdnest.com</em:id>
<em:minVersion>0.7</em:minVersion>
<em:maxVersion>1.0</em:maxVersion>
</Description>
</em:targetApplication>
<!-- front-end metadata -->
<em:name>ChatZilla</em:name>
<em:description>A clean, easy to use and highly extensible Internet Relay Chat (IRC) client.</em:description>
<em:creator>The ChatZilla Team</em:creator>
<em:contributor>Lim Chee Aun (graphics)</em:contributor>
<em:contributor>Robert Ginda</em:contributor>
<em:contributor>Gijs Kruitbosch</em:contributor>
<em:contributor>James Ross</em:contributor>
<em:contributor>Samuel Sieb</em:contributor>
<em:iconURL>chrome://chatzilla/skin/images/logo.png</em:iconURL>
<em:homepageURL>http://chatzilla.hacksrus.com/</em:homepageURL>
<em:aboutURL>chrome://chatzilla/content/about/about.xul</em:aboutURL>
<em:optionsURL>javascript:opener.openDialog('chrome://chatzilla/content/config.xul','','chrome,modal,resizable');window.close();</em:optionsURL>
<!-- package files -->
<em:file>
<Description about="urn:mozilla:extension:file:chatzilla.jar">
<em:package>content/chatzilla/</em:package>
<em:package>content/chatzilla/ff/</em:package>
<em:locale>locale/en-US/chatzilla/</em:locale>
<em:skin>skin/modern/chatzilla/</em:skin>
</Description>
</em:file>
</Description>
</RDF>