Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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:addon1@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>1</em:minVersion> |
michael@0 | 17 | <em:maxVersion>1</em:maxVersion> |
michael@0 | 18 | <em:updateLink>http://localhost:%PORT%/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:addon2@tests.mozilla.org"> |
michael@0 | 28 | <em:updates> |
michael@0 | 29 | <RDF:Seq> |
michael@0 | 30 | <!-- app id compatible 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>1</em:minVersion> |
michael@0 | 38 | <em:maxVersion>1</em:maxVersion> |
michael@0 | 39 | <em:updateLink>http://localhost:%PORT%/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:addon3@tests.mozilla.org"> |
michael@0 | 49 | <em:updates> |
michael@0 | 50 | <RDF:Seq> |
michael@0 | 51 | <!-- app 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>xpcshell@tests.mozilla.org</em:id> |
michael@0 | 58 | <em:minVersion>1</em:minVersion> |
michael@0 | 59 | <em:maxVersion>1</em:maxVersion> |
michael@0 | 60 | <em:updateLink>http://localhost:%PORT%/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:RDF> |
michael@0 | 70 |