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

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:75f1f1084d5b
1 <?xml version="1.0"?>
2
3 <!-- Compatible to install -->
4
5 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
7
8 <Description about="urn:mozilla:install-manifest">
9 <em:id>bug324121_6@tests.mozilla.org</em:id>
10 <em:version>1</em:version>
11
12 <em:targetApplication>
13 <Description>
14 <em:id>toolkit@mozilla.org</em:id>
15 <em:minVersion>1</em:minVersion>
16 <em:maxVersion>2</em:maxVersion>
17 </Description>
18 </em:targetApplication>
19
20 <em:name>Bug 324121 Test 6</em:name>
21 <em:updateURL>http://localhost:4444/data/test_bug324121.rdf</em:updateURL>
22
23 </Description>
24 </RDF>
25

mercurial