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 | <!DOCTYPE RDF:RDF [ |
michael@0 | 3 | <!ENTITY bug299716 "urn:mozilla:extension:bug299716"> |
michael@0 | 4 | <!ENTITY addons_prefix "http://localhost:4444/addons/test_bug299716"> |
michael@0 | 5 | <!ENTITY v0.2 "<em:version>0.2</em:version>"> |
michael@0 | 6 | |
michael@0 | 7 | <!ENTITY xpcshell.app " |
michael@0 | 8 | <em:id>xpcshell@tests.mozilla.org</em:id> |
michael@0 | 9 | <em:minVersion>5</em:minVersion> |
michael@0 | 10 | <em:maxVersion>5</em:maxVersion> |
michael@0 | 11 | "> |
michael@0 | 12 | |
michael@0 | 13 | <!ENTITY toolkit.app " |
michael@0 | 14 | <em:id>toolkit@mozilla.org</em:id> |
michael@0 | 15 | <em:minVersion>1.9</em:minVersion> |
michael@0 | 16 | <em:maxVersion>1.9</em:maxVersion> |
michael@0 | 17 | "> |
michael@0 | 18 | |
michael@0 | 19 | <!ENTITY invalidRange " |
michael@0 | 20 | <em:minVersion>30</em:minVersion> |
michael@0 | 21 | <em:maxVersion>30</em:maxVersion> |
michael@0 | 22 | "> |
michael@0 | 23 | |
michael@0 | 24 | <!ENTITY xpcshell.invalid " |
michael@0 | 25 | <em:id>xpcshell@tests.mozilla.org</em:id> |
michael@0 | 26 | &invalidRange; |
michael@0 | 27 | "> |
michael@0 | 28 | |
michael@0 | 29 | <!ENTITY toolkit.invalid " |
michael@0 | 30 | <em:id>toolkit@mozilla.org</em:id> |
michael@0 | 31 | &invalidRange; |
michael@0 | 32 | "> |
michael@0 | 33 | ]> |
michael@0 | 34 | <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
michael@0 | 35 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
michael@0 | 36 | <!-- XPCShell --> |
michael@0 | 37 | <RDF:Description about="&bug299716;-a@tests.mozilla.org"> |
michael@0 | 38 | <em:updates> |
michael@0 | 39 | <RDF:Seq> |
michael@0 | 40 | <RDF:li RDF:resource="&bug299716;-a@tests.mozilla.org:0.2"/> |
michael@0 | 41 | </RDF:Seq> |
michael@0 | 42 | </em:updates> |
michael@0 | 43 | </RDF:Description> |
michael@0 | 44 | |
michael@0 | 45 | <RDF:Description about="&bug299716;-a@tests.mozilla.org:0.2"> |
michael@0 | 46 | &v0.2; |
michael@0 | 47 | <em:targetApplication> |
michael@0 | 48 | <RDF:Description em:updateLink="&addons_prefix;_a_2.xpi"> |
michael@0 | 49 | &xpcshell.app; |
michael@0 | 50 | </RDF:Description> |
michael@0 | 51 | </em:targetApplication> |
michael@0 | 52 | </RDF:Description> |
michael@0 | 53 | |
michael@0 | 54 | <!-- Toolkit --> |
michael@0 | 55 | <RDF:Description about="&bug299716;-b@tests.mozilla.org"> |
michael@0 | 56 | <em:updates> |
michael@0 | 57 | <RDF:Seq> |
michael@0 | 58 | <RDF:li RDF:resource="&bug299716;-b@tests.mozilla.org:0.2"/> |
michael@0 | 59 | </RDF:Seq> |
michael@0 | 60 | </em:updates> |
michael@0 | 61 | </RDF:Description> |
michael@0 | 62 | |
michael@0 | 63 | <RDF:Description about="&bug299716;-b@tests.mozilla.org:0.2"> |
michael@0 | 64 | &v0.2; |
michael@0 | 65 | <em:targetApplication> |
michael@0 | 66 | <RDF:Description em:updateLink="&addons_prefix;_b_2.xpi"> |
michael@0 | 67 | &toolkit.app; |
michael@0 | 68 | </RDF:Description> |
michael@0 | 69 | </em:targetApplication> |
michael@0 | 70 | </RDF:Description> |
michael@0 | 71 | |
michael@0 | 72 | <!-- XPCShell + Toolkit --> |
michael@0 | 73 | <RDF:Description about="&bug299716;-c@tests.mozilla.org"> |
michael@0 | 74 | <em:updates> |
michael@0 | 75 | <RDF:Seq> |
michael@0 | 76 | <RDF:li RDF:resource="&bug299716;-c@tests.mozilla.org:0.2"/> |
michael@0 | 77 | </RDF:Seq> |
michael@0 | 78 | </em:updates> |
michael@0 | 79 | </RDF:Description> |
michael@0 | 80 | |
michael@0 | 81 | <RDF:Description about="&bug299716;-c@tests.mozilla.org:0.2"> |
michael@0 | 82 | &v0.2; |
michael@0 | 83 | <em:targetApplication> |
michael@0 | 84 | <RDF:Description em:updateLink="&addons_prefix;_c_2.xpi"> |
michael@0 | 85 | &xpcshell.app; |
michael@0 | 86 | </RDF:Description> |
michael@0 | 87 | </em:targetApplication> |
michael@0 | 88 | <em:targetApplication> |
michael@0 | 89 | <RDF:Description em:updateLink="&addons_prefix;_c_2.xpi"> |
michael@0 | 90 | &toolkit.app; |
michael@0 | 91 | </RDF:Description> |
michael@0 | 92 | </em:targetApplication> |
michael@0 | 93 | </RDF:Description> |
michael@0 | 94 | |
michael@0 | 95 | <!-- XPCShell (Toolkit invalid) --> |
michael@0 | 96 | <RDF:Description about="&bug299716;-d@tests.mozilla.org"> |
michael@0 | 97 | <em:updates> |
michael@0 | 98 | <RDF:Seq> |
michael@0 | 99 | <RDF:li RDF:resource="&bug299716;-d@tests.mozilla.org:0.2"/> |
michael@0 | 100 | </RDF:Seq> |
michael@0 | 101 | </em:updates> |
michael@0 | 102 | </RDF:Description> |
michael@0 | 103 | |
michael@0 | 104 | <RDF:Description about="&bug299716;-d@tests.mozilla.org:0.2"> |
michael@0 | 105 | &v0.2; |
michael@0 | 106 | <em:targetApplication> |
michael@0 | 107 | <RDF:Description em:updateLink="&addons_prefix;_d_2.xpi"> |
michael@0 | 108 | &xpcshell.app; |
michael@0 | 109 | </RDF:Description> |
michael@0 | 110 | </em:targetApplication> |
michael@0 | 111 | <em:targetApplication> |
michael@0 | 112 | <RDF:Description em:updateLink="&addons_prefix;_d_2.xpi"> |
michael@0 | 113 | &toolkit.invalid; |
michael@0 | 114 | </RDF:Description> |
michael@0 | 115 | </em:targetApplication> |
michael@0 | 116 | </RDF:Description> |
michael@0 | 117 | |
michael@0 | 118 | <!-- Toolkit (XPCShell invalid), should not install --> |
michael@0 | 119 | <RDF:Description about="&bug299716;-e@tests.mozilla.org"> |
michael@0 | 120 | <em:updates> |
michael@0 | 121 | <RDF:Seq> |
michael@0 | 122 | <RDF:li RDF:resource="&bug299716;-e@tests.mozilla.org:0.2"/> |
michael@0 | 123 | </RDF:Seq> |
michael@0 | 124 | </em:updates> |
michael@0 | 125 | </RDF:Description> |
michael@0 | 126 | |
michael@0 | 127 | <RDF:Description about="&bug299716;-e@tests.mozilla.org:0.2"> |
michael@0 | 128 | &v0.2; |
michael@0 | 129 | <em:targetApplication> |
michael@0 | 130 | <RDF:Description em:updateLink="&addons_prefix;_e_2.xpi"> |
michael@0 | 131 | &xpcshell.invalid; |
michael@0 | 132 | </RDF:Description> |
michael@0 | 133 | </em:targetApplication> |
michael@0 | 134 | <em:targetApplication> |
michael@0 | 135 | <RDF:Description em:updateLink="&addons_prefix;_e_2.xpi"> |
michael@0 | 136 | &toolkit.app; |
michael@0 | 137 | </RDF:Description> |
michael@0 | 138 | </em:targetApplication> |
michael@0 | 139 | </RDF:Description> |
michael@0 | 140 | |
michael@0 | 141 | <!-- None (XPCShell, Toolkit invalid), should not install --> |
michael@0 | 142 | <RDF:Description about="&bug299716;-f@tests.mozilla.org"> |
michael@0 | 143 | <em:updates> |
michael@0 | 144 | <RDF:Seq> |
michael@0 | 145 | <RDF:li RDF:resource="&bug299716;-f@tests.mozilla.org:0.2"/> |
michael@0 | 146 | </RDF:Seq> |
michael@0 | 147 | </em:updates> |
michael@0 | 148 | </RDF:Description> |
michael@0 | 149 | |
michael@0 | 150 | <RDF:Description about="&bug299716;-f@tests.mozilla.org:0.2"> |
michael@0 | 151 | &v0.2; |
michael@0 | 152 | <em:targetApplication> |
michael@0 | 153 | <RDF:Description em:updateLink="&addons_prefix;_f_2.xpi"> |
michael@0 | 154 | &xpcshell.invalid; |
michael@0 | 155 | </RDF:Description> |
michael@0 | 156 | </em:targetApplication> |
michael@0 | 157 | <em:targetApplication> |
michael@0 | 158 | <RDF:Description em:updateLink="&addons_prefix;_f_2.xpi"> |
michael@0 | 159 | &toolkit.invalid; |
michael@0 | 160 | </RDF:Description> |
michael@0 | 161 | </em:targetApplication> |
michael@0 | 162 | </RDF:Description> |
michael@0 | 163 | |
michael@0 | 164 | <!-- Toolkit (invalid), should not install --> |
michael@0 | 165 | <RDF:Description about="&bug299716;-g@tests.mozilla.org"> |
michael@0 | 166 | <em:updates> |
michael@0 | 167 | <RDF:Seq> |
michael@0 | 168 | <RDF:li RDF:resource="&bug299716;-g@tests.mozilla.org:0.2"/> |
michael@0 | 169 | </RDF:Seq> |
michael@0 | 170 | </em:updates> |
michael@0 | 171 | </RDF:Description> |
michael@0 | 172 | |
michael@0 | 173 | <RDF:Description about="&bug299716;-g@tests.mozilla.org:0.2"> |
michael@0 | 174 | &v0.2; |
michael@0 | 175 | <em:targetApplication> |
michael@0 | 176 | <RDF:Description em:updateLink="&addons_prefix;_g_2.xpi"> |
michael@0 | 177 | &toolkit.invalid; |
michael@0 | 178 | </RDF:Description> |
michael@0 | 179 | </em:targetApplication> |
michael@0 | 180 | </RDF:Description> |
michael@0 | 181 | </RDF:RDF> |