toolkit/mozapps/extensions/test/xpcshell/data/test_update.rdf

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

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 xmlns="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 <Description about="urn:mozilla:extension:addon1@tests.mozilla.org">
michael@0 7 <em:updates>
michael@0 8 <Seq>
michael@0 9 <li>
michael@0 10 <Description>
michael@0 11 <em:version>1.0</em:version>
michael@0 12 <!-- Shouldn't fire onCompatibilityUpdateAvailable since this
michael@0 13 information is already in the install.rdf -->
michael@0 14 <em:targetApplication>
michael@0 15 <Description>
michael@0 16 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 17 <em:minVersion>1</em:minVersion>
michael@0 18 <em:maxVersion>1</em:maxVersion>
michael@0 19 </Description>
michael@0 20 </em:targetApplication>
michael@0 21
michael@0 22 <!-- Should be ignored as it is not for the present version of the
michael@0 23 application -->
michael@0 24 <em:targetApplication>
michael@0 25 <Description>
michael@0 26 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 27 <em:minVersion>2</em:minVersion>
michael@0 28 <em:maxVersion>2</em:maxVersion>
michael@0 29 </Description>
michael@0 30 </em:targetApplication>
michael@0 31 </Description>
michael@0 32 </li>
michael@0 33
michael@0 34 <li>
michael@0 35 <Description>
michael@0 36 <em:version>2.0</em:version>
michael@0 37 <em:targetApplication>
michael@0 38 <Description>
michael@0 39 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 40 <em:minVersion>1</em:minVersion>
michael@0 41 <em:maxVersion>1</em:maxVersion>
michael@0 42 <em:updateLink>http://localhost:%PORT%/addons/test_update.xpi</em:updateLink>
michael@0 43 <em:updateInfoURL>http://example.com/updateInfo.xhtml</em:updateInfoURL>
michael@0 44 </Description>
michael@0 45 </em:targetApplication>
michael@0 46 </Description>
michael@0 47 </li>
michael@0 48 </Seq>
michael@0 49 </em:updates>
michael@0 50 </Description>
michael@0 51
michael@0 52 <Description about="urn:mozilla:extension:addon2@tests.mozilla.org">
michael@0 53 <em:updates>
michael@0 54 <Seq>
michael@0 55 <li>
michael@0 56 <Description>
michael@0 57 <em:version>1.0</em:version>
michael@0 58 <em:targetApplication>
michael@0 59 <Description>
michael@0 60 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 61 <em:minVersion>0</em:minVersion>
michael@0 62 <em:maxVersion>1</em:maxVersion>
michael@0 63 </Description>
michael@0 64 </em:targetApplication>
michael@0 65 </Description>
michael@0 66 </li>
michael@0 67 </Seq>
michael@0 68 </em:updates>
michael@0 69 </Description>
michael@0 70
michael@0 71 <Description about="urn:mozilla:extension:addon3@tests.mozilla.org">
michael@0 72 <em:updates>
michael@0 73 <Seq>
michael@0 74 <li>
michael@0 75 <Description>
michael@0 76 <em:version>1.0</em:version>
michael@0 77 <em:targetApplication>
michael@0 78 <Description>
michael@0 79 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 80 <em:minVersion>3</em:minVersion>
michael@0 81 <em:maxVersion>3</em:maxVersion>
michael@0 82 </Description>
michael@0 83 </em:targetApplication>
michael@0 84 </Description>
michael@0 85 </li>
michael@0 86 </Seq>
michael@0 87 </em:updates>
michael@0 88 </Description>
michael@0 89
michael@0 90 <Description about="urn:mozilla:extension:addon4@tests.mozilla.org">
michael@0 91 <em:updates>
michael@0 92 <Seq>
michael@0 93 <li>
michael@0 94 <Description>
michael@0 95 <em:version>5.0</em:version>
michael@0 96 <em:targetApplication>
michael@0 97 <Description>
michael@0 98 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 99 <em:minVersion>0</em:minVersion>
michael@0 100 <em:maxVersion>0</em:maxVersion>
michael@0 101 </Description>
michael@0 102 </em:targetApplication>
michael@0 103 </Description>
michael@0 104 </li>
michael@0 105 </Seq>
michael@0 106 </em:updates>
michael@0 107 </Description>
michael@0 108
michael@0 109 <Description about="urn:mozilla:extension:addon7@tests.mozilla.org">
michael@0 110 <em:updates>
michael@0 111 <Seq>
michael@0 112 <li>
michael@0 113 <Description>
michael@0 114 <em:version>1.0</em:version>
michael@0 115 <em:targetApplication>
michael@0 116 <Description>
michael@0 117 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 118 <em:minVersion>0</em:minVersion>
michael@0 119 <em:maxVersion>1</em:maxVersion>
michael@0 120 </Description>
michael@0 121 </em:targetApplication>
michael@0 122 </Description>
michael@0 123 </li>
michael@0 124 </Seq>
michael@0 125 </em:updates>
michael@0 126 </Description>
michael@0 127
michael@0 128 <Description about="urn:mozilla:extension:addon8@tests.mozilla.org">
michael@0 129 <em:updates>
michael@0 130 <Seq>
michael@0 131 <li>
michael@0 132 <Description>
michael@0 133 <em:version>2.0</em:version>
michael@0 134 <em:targetApplication>
michael@0 135 <Description>
michael@0 136 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 137 <em:minVersion>1</em:minVersion>
michael@0 138 <em:maxVersion>1</em:maxVersion>
michael@0 139 <em:updateLink>http://localhost:%PORT%/addons/test_update8.xpi</em:updateLink>
michael@0 140 </Description>
michael@0 141 </em:targetApplication>
michael@0 142 </Description>
michael@0 143 </li>
michael@0 144 </Seq>
michael@0 145 </em:updates>
michael@0 146 </Description>
michael@0 147
michael@0 148 <Description about="urn:mozilla:extension:addon9@tests.mozilla.org">
michael@0 149 <em:updates>
michael@0 150 <Seq>
michael@0 151 <li>
michael@0 152 <Description>
michael@0 153 <em:version>2.0</em:version>
michael@0 154 <em:targetApplication>
michael@0 155 <Description>
michael@0 156 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 157 <em:minVersion>1</em:minVersion>
michael@0 158 <em:maxVersion>1</em:maxVersion>
michael@0 159 <em:updateLink>http://localhost:%PORT%/addons/test_update9_2.xpi</em:updateLink>
michael@0 160 </Description>
michael@0 161 </em:targetApplication>
michael@0 162 </Description>
michael@0 163 </li>
michael@0 164 <!-- Incompatible when strict compatibility is enabled -->
michael@0 165 <li>
michael@0 166 <Description>
michael@0 167 <em:version>3.0</em:version>
michael@0 168 <em:targetApplication>
michael@0 169 <Description>
michael@0 170 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 171 <em:minVersion>0.9</em:minVersion>
michael@0 172 <em:maxVersion>0.9</em:maxVersion>
michael@0 173 <em:updateLink>http://localhost:%PORT%/addons/test_update9_3.xpi</em:updateLink>
michael@0 174 </Description>
michael@0 175 </em:targetApplication>
michael@0 176 </Description>
michael@0 177 </li>
michael@0 178 <!-- Incompatible due to compatibility override -->
michael@0 179 <li>
michael@0 180 <Description>
michael@0 181 <em:version>4.0</em:version>
michael@0 182 <em:targetApplication>
michael@0 183 <Description>
michael@0 184 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 185 <em:minVersion>0.9</em:minVersion>
michael@0 186 <em:maxVersion>0.9</em:maxVersion>
michael@0 187 <em:updateLink>http://localhost:%PORT%/addons/test_update9_4.xpi</em:updateLink>
michael@0 188 </Description>
michael@0 189 </em:targetApplication>
michael@0 190 </Description>
michael@0 191 </li>
michael@0 192 <!-- Addon for future version of app -->
michael@0 193 <li>
michael@0 194 <Description>
michael@0 195 <em:version>5.0</em:version>
michael@0 196 <em:targetApplication>
michael@0 197 <Description>
michael@0 198 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 199 <em:minVersion>5</em:minVersion>
michael@0 200 <em:maxVersion>6</em:maxVersion>
michael@0 201 <em:updateLink>http://localhost:%PORT%/addons/test_update9_5.xpi</em:updateLink>
michael@0 202 </Description>
michael@0 203 </em:targetApplication>
michael@0 204 </Description>
michael@0 205 </li>
michael@0 206 </Seq>
michael@0 207 </em:updates>
michael@0 208 </Description>
michael@0 209
michael@0 210 <Description about="urn:mozilla:extension:addon10@tests.mozilla.org">
michael@0 211 <em:updates>
michael@0 212 <Seq>
michael@0 213 <li>
michael@0 214 <Description>
michael@0 215 <em:version>1.0</em:version>
michael@0 216 <em:targetApplication>
michael@0 217 <Description>
michael@0 218 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 219 <em:minVersion>0.1</em:minVersion>
michael@0 220 <em:maxVersion>0.4</em:maxVersion>
michael@0 221 <em:updateLink>http://localhost:%PORT%/addons/test_update10.xpi</em:updateLink>
michael@0 222 </Description>
michael@0 223 </em:targetApplication>
michael@0 224 </Description>
michael@0 225 </li>
michael@0 226 </Seq>
michael@0 227 </em:updates>
michael@0 228 </Description>
michael@0 229
michael@0 230 <Description about="urn:mozilla:extension:addon11@tests.mozilla.org">
michael@0 231 <em:updates>
michael@0 232 <Seq>
michael@0 233 <li>
michael@0 234 <Description>
michael@0 235 <em:version>2.0</em:version>
michael@0 236 <em:targetApplication>
michael@0 237 <Description>
michael@0 238 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 239 <em:minVersion>0.1</em:minVersion>
michael@0 240 <em:maxVersion>0.2</em:maxVersion>
michael@0 241 <em:strictCompatibility>true</em:strictCompatibility>
michael@0 242 <em:updateLink>http://localhost:%PORT%/addons/test_update11.xpi</em:updateLink>
michael@0 243 </Description>
michael@0 244 </em:targetApplication>
michael@0 245 </Description>
michael@0 246 </li>
michael@0 247 </Seq>
michael@0 248 </em:updates>
michael@0 249 </Description>
michael@0 250
michael@0 251 <Description about="urn:mozilla:item:addon12@tests.mozilla.org">
michael@0 252 <em:updates>
michael@0 253 <Seq>
michael@0 254 <li>
michael@0 255 <Description>
michael@0 256 <em:version>2.0</em:version>
michael@0 257 <em:targetApplication>
michael@0 258 <Description>
michael@0 259 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 260 <em:minVersion>1</em:minVersion>
michael@0 261 <em:maxVersion>1</em:maxVersion>
michael@0 262 <em:updateLink>http://localhost:%PORT%/addons/test_update12.xpi</em:updateLink>
michael@0 263 </Description>
michael@0 264 </em:targetApplication>
michael@0 265 </Description>
michael@0 266 </li>
michael@0 267 </Seq>
michael@0 268 </em:updates>
michael@0 269 </Description>
michael@0 270 </RDF>

mercurial