toolkit/mozapps/extensions/test/addons/test_bug335238_3/install.rdf

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:7f020a7f3271
1 <?xml version="1.0"?>
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:install-manifest">
7 <em:id>bug335238_3@tests.mozilla.org</em:id>
8 <em:version>58</em:version>
9
10 <em:targetApplication>
11 <Description>
12 <em:id>xpcshell@tests.mozilla.org</em:id>
13 <em:minVersion>1</em:minVersion>
14 <em:maxVersion>*</em:maxVersion>
15 </Description>
16 </em:targetApplication>
17
18 <em:requires>
19 <Description>
20 <em:id>unknown@tests.mozilla.org</em:id>
21 <em:minVersion>2</em:minVersion>
22 <em:maxVersion>72</em:maxVersion>
23 </Description>
24 </em:requires>
25
26 <em:name>Bug 335238</em:name>
27 <em:updateURL>http://localhost:4444/2?id=%ITEM_ID%&amp;version=%ITEM_VERSION%&amp;maxAppVersion=%ITEM_MAXAPPVERSION%&amp;status=%ITEM_STATUS%&amp;appId=%APP_ID%&amp;appVersion=%APP_VERSION%&amp;appOs=%APP_OS%&amp;appAbi=%APP_ABI%&amp;locale=%APP_LOCALE%&amp;reqVersion=%REQ_VERSION%</em:updateURL>
28
29 </Description>
30 </RDF>

mercurial