Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <?xml version="1.0" encoding="UTF-8"?>
3 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
6 <RDF:Description about="urn:mozilla:extension:addon1@tests.mozilla.org">
7 <em:updates>
8 <RDF:Seq>
9 <!-- app id compatible update available -->
10 <RDF:li>
11 <RDF:Description>
12 <em:version>2</em:version>
13 <em:targetApplication>
14 <RDF:Description>
15 <em:id>xpcshell@tests.mozilla.org</em:id>
16 <em:minVersion>1</em:minVersion>
17 <em:maxVersion>1</em:maxVersion>
18 <em:updateLink>http://localhost:%PORT%/broken.xpi</em:updateLink>
19 </RDF:Description>
20 </em:targetApplication>
21 </RDF:Description>
22 </RDF:li>
23 </RDF:Seq>
24 </em:updates>
25 </RDF:Description>
27 <RDF:Description about="urn:mozilla:extension:addon2@tests.mozilla.org">
28 <em:updates>
29 <RDF:Seq>
30 <!-- app id compatible update available -->
31 <RDF:li>
32 <RDF:Description>
33 <em:version>2</em:version>
34 <em:targetApplication>
35 <RDF:Description>
36 <em:id>xpcshell@tests.mozilla.org</em:id>
37 <em:minVersion>1</em:minVersion>
38 <em:maxVersion>1</em:maxVersion>
39 <em:updateLink>http://localhost:%PORT%/broken.xpi</em:updateLink>
40 </RDF:Description>
41 </em:targetApplication>
42 </RDF:Description>
43 </RDF:li>
44 </RDF:Seq>
45 </em:updates>
46 </RDF:Description>
48 <RDF:Description about="urn:mozilla:extension:addon3@tests.mozilla.org">
49 <em:updates>
50 <RDF:Seq>
51 <!-- app id compatible update available -->
52 <RDF:li>
53 <RDF:Description>
54 <em:version>2</em:version>
55 <em:targetApplication>
56 <RDF:Description>
57 <em:id>xpcshell@tests.mozilla.org</em:id>
58 <em:minVersion>1</em:minVersion>
59 <em:maxVersion>1</em:maxVersion>
60 <em:updateLink>http://localhost:%PORT%/broken.xpi</em:updateLink>
61 </RDF:Description>
62 </em:targetApplication>
63 </RDF:Description>
64 </RDF:li>
65 </RDF:Seq>
66 </em:updates>
67 </RDF:Description>
69 </RDF:RDF>