|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 |
|
3 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
|
5 |
|
6 <Description about="urn:mozilla:extension:addon1@tests.mozilla.org"> |
|
7 <em:updates> |
|
8 <Seq> |
|
9 <li> |
|
10 <Description> |
|
11 <em:version>1.0</em:version> |
|
12 <!-- Shouldn't fire onCompatibilityUpdateAvailable since this |
|
13 information is already in the install.rdf --> |
|
14 <em:targetApplication> |
|
15 <Description> |
|
16 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
17 <em:minVersion>1</em:minVersion> |
|
18 <em:maxVersion>1</em:maxVersion> |
|
19 </Description> |
|
20 </em:targetApplication> |
|
21 |
|
22 <!-- Should be ignored as it is not for the present version of the |
|
23 application --> |
|
24 <em:targetApplication> |
|
25 <Description> |
|
26 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
27 <em:minVersion>2</em:minVersion> |
|
28 <em:maxVersion>2</em:maxVersion> |
|
29 </Description> |
|
30 </em:targetApplication> |
|
31 </Description> |
|
32 </li> |
|
33 |
|
34 <li> |
|
35 <Description> |
|
36 <em:version>2.0</em:version> |
|
37 <em:targetApplication> |
|
38 <Description> |
|
39 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
40 <em:minVersion>1</em:minVersion> |
|
41 <em:maxVersion>1</em:maxVersion> |
|
42 <em:updateLink>http://localhost:%PORT%/addons/test_update.xpi</em:updateLink> |
|
43 <em:updateInfoURL>http://example.com/updateInfo.xhtml</em:updateInfoURL> |
|
44 </Description> |
|
45 </em:targetApplication> |
|
46 </Description> |
|
47 </li> |
|
48 </Seq> |
|
49 </em:updates> |
|
50 </Description> |
|
51 |
|
52 <Description about="urn:mozilla:extension:addon2@tests.mozilla.org"> |
|
53 <em:updates> |
|
54 <Seq> |
|
55 <li> |
|
56 <Description> |
|
57 <em:version>1.0</em:version> |
|
58 <em:targetApplication> |
|
59 <Description> |
|
60 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
61 <em:minVersion>0</em:minVersion> |
|
62 <em:maxVersion>1</em:maxVersion> |
|
63 </Description> |
|
64 </em:targetApplication> |
|
65 </Description> |
|
66 </li> |
|
67 </Seq> |
|
68 </em:updates> |
|
69 </Description> |
|
70 |
|
71 <Description about="urn:mozilla:extension:addon3@tests.mozilla.org"> |
|
72 <em:updates> |
|
73 <Seq> |
|
74 <li> |
|
75 <Description> |
|
76 <em:version>1.0</em:version> |
|
77 <em:targetApplication> |
|
78 <Description> |
|
79 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
80 <em:minVersion>3</em:minVersion> |
|
81 <em:maxVersion>3</em:maxVersion> |
|
82 </Description> |
|
83 </em:targetApplication> |
|
84 </Description> |
|
85 </li> |
|
86 </Seq> |
|
87 </em:updates> |
|
88 </Description> |
|
89 |
|
90 <Description about="urn:mozilla:extension:addon4@tests.mozilla.org"> |
|
91 <em:updates> |
|
92 <Seq> |
|
93 <li> |
|
94 <Description> |
|
95 <em:version>5.0</em:version> |
|
96 <em:targetApplication> |
|
97 <Description> |
|
98 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
99 <em:minVersion>0</em:minVersion> |
|
100 <em:maxVersion>0</em:maxVersion> |
|
101 </Description> |
|
102 </em:targetApplication> |
|
103 </Description> |
|
104 </li> |
|
105 </Seq> |
|
106 </em:updates> |
|
107 </Description> |
|
108 |
|
109 <Description about="urn:mozilla:extension:addon7@tests.mozilla.org"> |
|
110 <em:updates> |
|
111 <Seq> |
|
112 <li> |
|
113 <Description> |
|
114 <em:version>1.0</em:version> |
|
115 <em:targetApplication> |
|
116 <Description> |
|
117 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
118 <em:minVersion>0</em:minVersion> |
|
119 <em:maxVersion>1</em:maxVersion> |
|
120 </Description> |
|
121 </em:targetApplication> |
|
122 </Description> |
|
123 </li> |
|
124 </Seq> |
|
125 </em:updates> |
|
126 </Description> |
|
127 |
|
128 <Description about="urn:mozilla:extension:addon8@tests.mozilla.org"> |
|
129 <em:updates> |
|
130 <Seq> |
|
131 <li> |
|
132 <Description> |
|
133 <em:version>2.0</em:version> |
|
134 <em:targetApplication> |
|
135 <Description> |
|
136 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
137 <em:minVersion>1</em:minVersion> |
|
138 <em:maxVersion>1</em:maxVersion> |
|
139 <em:updateLink>http://localhost:%PORT%/addons/test_update8.xpi</em:updateLink> |
|
140 </Description> |
|
141 </em:targetApplication> |
|
142 </Description> |
|
143 </li> |
|
144 </Seq> |
|
145 </em:updates> |
|
146 </Description> |
|
147 |
|
148 <Description about="urn:mozilla:extension:addon9@tests.mozilla.org"> |
|
149 <em:updates> |
|
150 <Seq> |
|
151 <li> |
|
152 <Description> |
|
153 <em:version>2.0</em:version> |
|
154 <em:targetApplication> |
|
155 <Description> |
|
156 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
157 <em:minVersion>1</em:minVersion> |
|
158 <em:maxVersion>1</em:maxVersion> |
|
159 <em:updateLink>http://localhost:%PORT%/addons/test_update9_2.xpi</em:updateLink> |
|
160 </Description> |
|
161 </em:targetApplication> |
|
162 </Description> |
|
163 </li> |
|
164 <!-- Incompatible when strict compatibility is enabled --> |
|
165 <li> |
|
166 <Description> |
|
167 <em:version>3.0</em:version> |
|
168 <em:targetApplication> |
|
169 <Description> |
|
170 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
171 <em:minVersion>0.9</em:minVersion> |
|
172 <em:maxVersion>0.9</em:maxVersion> |
|
173 <em:updateLink>http://localhost:%PORT%/addons/test_update9_3.xpi</em:updateLink> |
|
174 </Description> |
|
175 </em:targetApplication> |
|
176 </Description> |
|
177 </li> |
|
178 <!-- Incompatible due to compatibility override --> |
|
179 <li> |
|
180 <Description> |
|
181 <em:version>4.0</em:version> |
|
182 <em:targetApplication> |
|
183 <Description> |
|
184 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
185 <em:minVersion>0.9</em:minVersion> |
|
186 <em:maxVersion>0.9</em:maxVersion> |
|
187 <em:updateLink>http://localhost:%PORT%/addons/test_update9_4.xpi</em:updateLink> |
|
188 </Description> |
|
189 </em:targetApplication> |
|
190 </Description> |
|
191 </li> |
|
192 <!-- Addon for future version of app --> |
|
193 <li> |
|
194 <Description> |
|
195 <em:version>5.0</em:version> |
|
196 <em:targetApplication> |
|
197 <Description> |
|
198 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
199 <em:minVersion>5</em:minVersion> |
|
200 <em:maxVersion>6</em:maxVersion> |
|
201 <em:updateLink>http://localhost:%PORT%/addons/test_update9_5.xpi</em:updateLink> |
|
202 </Description> |
|
203 </em:targetApplication> |
|
204 </Description> |
|
205 </li> |
|
206 </Seq> |
|
207 </em:updates> |
|
208 </Description> |
|
209 |
|
210 <Description about="urn:mozilla:extension:addon10@tests.mozilla.org"> |
|
211 <em:updates> |
|
212 <Seq> |
|
213 <li> |
|
214 <Description> |
|
215 <em:version>1.0</em:version> |
|
216 <em:targetApplication> |
|
217 <Description> |
|
218 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
219 <em:minVersion>0.1</em:minVersion> |
|
220 <em:maxVersion>0.4</em:maxVersion> |
|
221 <em:updateLink>http://localhost:%PORT%/addons/test_update10.xpi</em:updateLink> |
|
222 </Description> |
|
223 </em:targetApplication> |
|
224 </Description> |
|
225 </li> |
|
226 </Seq> |
|
227 </em:updates> |
|
228 </Description> |
|
229 |
|
230 <Description about="urn:mozilla:extension:addon11@tests.mozilla.org"> |
|
231 <em:updates> |
|
232 <Seq> |
|
233 <li> |
|
234 <Description> |
|
235 <em:version>2.0</em:version> |
|
236 <em:targetApplication> |
|
237 <Description> |
|
238 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
239 <em:minVersion>0.1</em:minVersion> |
|
240 <em:maxVersion>0.2</em:maxVersion> |
|
241 <em:strictCompatibility>true</em:strictCompatibility> |
|
242 <em:updateLink>http://localhost:%PORT%/addons/test_update11.xpi</em:updateLink> |
|
243 </Description> |
|
244 </em:targetApplication> |
|
245 </Description> |
|
246 </li> |
|
247 </Seq> |
|
248 </em:updates> |
|
249 </Description> |
|
250 |
|
251 <Description about="urn:mozilla:item:addon12@tests.mozilla.org"> |
|
252 <em:updates> |
|
253 <Seq> |
|
254 <li> |
|
255 <Description> |
|
256 <em:version>2.0</em:version> |
|
257 <em:targetApplication> |
|
258 <Description> |
|
259 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
260 <em:minVersion>1</em:minVersion> |
|
261 <em:maxVersion>1</em:maxVersion> |
|
262 <em:updateLink>http://localhost:%PORT%/addons/test_update12.xpi</em:updateLink> |
|
263 </Description> |
|
264 </em:targetApplication> |
|
265 </Description> |
|
266 </li> |
|
267 </Seq> |
|
268 </em:updates> |
|
269 </Description> |
|
270 </RDF> |