[extra] Import Firefox 3.0 beta 5 tarball
[mozilla-extra.git] / extensions / irc / locales / generic / install.rdf
blobc61052de543d4befb03ac1bc4988d7b5d512598d
1 <?xml version="1.0"?>
2 #filter substitution
3 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4 <Description about="urn:mozilla:install-manifest"
5 em:id="@INSTALL_EXTENSION_ID@"
6 em:name="ChatZilla @MOZ_LANG_TITLE@ Language Pack"
7 em:version="@CHATZILLA_VERSION@"
8 em:type="8"
9 em:creator="@MOZ_LANGPACK_CREATOR@"
10 em:homepageURL="@MOZ_LANGPACK_HOMEPAGE@">
11 #ifdef MOZ_LANGPACK_CONTRIBUTORS
12 @MOZ_LANGPACK_CONTRIBUTORS@
13 #endif
15 <em:iconURL>chrome://chatzilla/skin/images/logo.png</em:iconURL>
17 <!-- require ChatZilla (ignored on Gecko <= 1.8.*) -->
18 <em:requires>
19 <Description>
20 <em:id>{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}</em:id>
21 <em:minVersion>@CHATZILLA_BASE_VERSION@</em:minVersion>
22 <em:maxVersion>@CHATZILLA_BASE_VERSION@.*</em:maxVersion>
23 </Description>
24 </em:requires>
26 <!-- target: Mozilla, version 1.0 to 1.8 -->
27 <em:targetApplication>
28 <Description>
29 <em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
30 <em:minVersion>1.0</em:minVersion>
31 <em:maxVersion>1.8</em:maxVersion>
32 </Description>
33 </em:targetApplication>
35 <!-- target: Mozilla Firefox, version 1.0 to 3.0 -->
36 <em:targetApplication>
37 <Description>
38 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
39 <em:minVersion>1.0</em:minVersion>
40 <em:maxVersion>3.0</em:maxVersion>
41 </Description>
42 </em:targetApplication>
44 <!-- target: SeaMonkey, version 1.0 to 2.0 -->
45 <em:targetApplication>
46 <Description>
47 <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
48 <em:minVersion>1.0</em:minVersion>
49 <em:maxVersion>2.0</em:maxVersion>
50 </Description>
51 </em:targetApplication>
53 <!-- target: Flock, version 0.4 to 1.0+ -->
54 <em:targetApplication>
55 <Description>
56 <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
57 <em:minVersion>0.4</em:minVersion>
58 <em:maxVersion>1.0+</em:maxVersion>
59 </Description>
60 </em:targetApplication>
62 <!-- target: Netscape Navigator, version 9.0b1 to 9.0.* -->
63 <em:targetApplication>
64 <Description>
65 <em:id>{3db10fab-e461-4c80-8b97-957ad5f8ea47}</em:id>
66 <em:minVersion>9.0b1</em:minVersion>
67 <em:maxVersion>9.0.*</em:maxVersion>
68 </Description>
69 </em:targetApplication>
71 <!-- target: Songbird, version 0.5pre to 0.5.* -->
72 <em:targetApplication>
73 <Description>
74 <em:id>songbird@songbirdnest.com</em:id>
75 <em:minVersion>0.5pre</em:minVersion>
76 <em:maxVersion>0.6pre</em:maxVersion>
77 </Description>
78 </em:targetApplication>
80 <!-- package files -->
81 <em:file>
82 <Description about="urn:mozilla:extension:file:chatzilla.jar">
83 <em:locale>locale/@AB_CD@/chatzilla/</em:locale>
84 </Description>
85 </em:file>
86 </Description>
87 </RDF>