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.
michael@0 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
michael@0 | 2 | |
michael@0 | 3 | <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
michael@0 | 4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
michael@0 | 5 | |
michael@0 | 6 | <RDF:Description about="urn:mozilla:extension:bug324121_2@tests.mozilla.org"> |
michael@0 | 7 | <em:updates> |
michael@0 | 8 | <RDF:Seq> |
michael@0 | 9 | <!-- app id compatible update available --> |
michael@0 | 10 | <RDF:li> |
michael@0 | 11 | <RDF:Description> |
michael@0 | 12 | <em:version>2</em:version> |
michael@0 | 13 | <em:targetApplication> |
michael@0 | 14 | <RDF:Description> |
michael@0 | 15 | <em:id>xpcshell@tests.mozilla.org</em:id> |
michael@0 | 16 | <em:minVersion>3</em:minVersion> |
michael@0 | 17 | <em:maxVersion>3</em:maxVersion> |
michael@0 | 18 | <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
michael@0 | 19 | </RDF:Description> |
michael@0 | 20 | </em:targetApplication> |
michael@0 | 21 | </RDF:Description> |
michael@0 | 22 | </RDF:li> |
michael@0 | 23 | </RDF:Seq> |
michael@0 | 24 | </em:updates> |
michael@0 | 25 | </RDF:Description> |
michael@0 | 26 | |
michael@0 | 27 | <RDF:Description about="urn:mozilla:extension:bug324121_3@tests.mozilla.org"> |
michael@0 | 28 | <em:updates> |
michael@0 | 29 | <RDF:Seq> |
michael@0 | 30 | <!-- app id incompatible update available --> |
michael@0 | 31 | <RDF:li> |
michael@0 | 32 | <RDF:Description> |
michael@0 | 33 | <em:version>2</em:version> |
michael@0 | 34 | <em:targetApplication> |
michael@0 | 35 | <RDF:Description> |
michael@0 | 36 | <em:id>xpcshell@tests.mozilla.org</em:id> |
michael@0 | 37 | <em:minVersion>2</em:minVersion> |
michael@0 | 38 | <em:maxVersion>2</em:maxVersion> |
michael@0 | 39 | <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
michael@0 | 40 | </RDF:Description> |
michael@0 | 41 | </em:targetApplication> |
michael@0 | 42 | </RDF:Description> |
michael@0 | 43 | </RDF:li> |
michael@0 | 44 | </RDF:Seq> |
michael@0 | 45 | </em:updates> |
michael@0 | 46 | </RDF:Description> |
michael@0 | 47 | |
michael@0 | 48 | <RDF:Description about="urn:mozilla:extension:bug324121_6@tests.mozilla.org"> |
michael@0 | 49 | <em:updates> |
michael@0 | 50 | <RDF:Seq> |
michael@0 | 51 | <!-- toolkit id compatible update available --> |
michael@0 | 52 | <RDF:li> |
michael@0 | 53 | <RDF:Description> |
michael@0 | 54 | <em:version>2</em:version> |
michael@0 | 55 | <em:targetApplication> |
michael@0 | 56 | <RDF:Description> |
michael@0 | 57 | <em:id>toolkit@mozilla.org</em:id> |
michael@0 | 58 | <em:minVersion>3</em:minVersion> |
michael@0 | 59 | <em:maxVersion>3</em:maxVersion> |
michael@0 | 60 | <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
michael@0 | 61 | </RDF:Description> |
michael@0 | 62 | </em:targetApplication> |
michael@0 | 63 | </RDF:Description> |
michael@0 | 64 | </RDF:li> |
michael@0 | 65 | </RDF:Seq> |
michael@0 | 66 | </em:updates> |
michael@0 | 67 | </RDF:Description> |
michael@0 | 68 | |
michael@0 | 69 | <RDF:Description about="urn:mozilla:extension:bug324121_7@tests.mozilla.org"> |
michael@0 | 70 | <em:updates> |
michael@0 | 71 | <RDF:Seq> |
michael@0 | 72 | <!-- toolkit id incompatible update available --> |
michael@0 | 73 | <RDF:li> |
michael@0 | 74 | <RDF:Description> |
michael@0 | 75 | <em:version>2</em:version> |
michael@0 | 76 | <em:targetApplication> |
michael@0 | 77 | <RDF:Description> |
michael@0 | 78 | <em:id>toolkit@mozilla.org</em:id> |
michael@0 | 79 | <em:minVersion>2</em:minVersion> |
michael@0 | 80 | <em:maxVersion>2</em:maxVersion> |
michael@0 | 81 | <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
michael@0 | 82 | </RDF:Description> |
michael@0 | 83 | </em:targetApplication> |
michael@0 | 84 | </RDF:Description> |
michael@0 | 85 | </RDF:li> |
michael@0 | 86 | </RDF:Seq> |
michael@0 | 87 | </em:updates> |
michael@0 | 88 | </RDF:Description> |
michael@0 | 89 | |
michael@0 | 90 | </RDF:RDF> |
michael@0 | 91 |