Index: sitescripts/extensions/test/oracle/updates.json |
=================================================================== |
rename from sitescripts/extensions/test/oracle/update.rdf |
rename to sitescripts/extensions/test/oracle/updates.json |
--- a/sitescripts/extensions/test/oracle/update.rdf |
+++ b/sitescripts/extensions/test/oracle/updates.json |
@@ -1,81 +1,40 @@ |
-<?xml version="1.0" encoding="UTF-8"?> |
- |
-<!-- |
- - This file is part of the Adblock Plus web scripts, |
- - Copyright (C) 2006-2016 Eyeo GmbH |
- - |
- - Adblock Plus is free software: you can redistribute it and/or modify |
- - it under the terms of the GNU General Public License version 3 as |
- - published by the Free Software Foundation. |
- - |
- - Adblock Plus is distributed in the hope that it will be useful, |
- - but WITHOUT ANY WARRANTY; without even the implied warranty of |
- - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
- - GNU General Public License for more details. |
- - |
- - You should have received a copy of the GNU General Public License |
- - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
- --> |
- |
-<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
- xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
- <Description about="urn:mozilla:extension:{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"> |
- <em:updates> |
- <Seq> |
- <li> |
- <Description> |
- <em:version>2.7.3</em:version> |
- <em:targetApplication> |
- <Description> |
- <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
- <em:minVersion>38.0</em:minVersion> |
- <em:maxVersion>49.0</em:maxVersion> |
- <em:updateLink>https://downloads.adblockplus.org/adblockplus-2.7.3.xpi?update</em:updateLink> |
- </Description> |
- </em:targetApplication> |
- <em:targetApplication> |
- <Description> |
- <em:id>{55aba3ac-94d3-41a8-9e25-5c21fe874539}</em:id> |
- <em:minVersion>1.0</em:minVersion> |
- <em:maxVersion>1.0</em:maxVersion> |
- <em:updateLink>https://downloads.adblockplus.org/adblockplus-2.7.3.xpi?update</em:updateLink> |
- </Description> |
- </em:targetApplication> |
- <em:targetApplication> |
- <Description> |
- <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> |
- <em:minVersion>2.35</em:minVersion> |
- <em:maxVersion>2.46</em:maxVersion> |
- <em:updateLink>https://downloads.adblockplus.org/adblockplus-2.7.3.xpi?update</em:updateLink> |
- </Description> |
- </em:targetApplication> |
- <em:targetApplication> |
- <Description> |
- <em:id>toolkit@mozilla.org</em:id> |
- <em:minVersion>38.0</em:minVersion> |
- <em:maxVersion>49.0</em:maxVersion> |
- <em:updateLink>https://downloads.adblockplus.org/adblockplus-2.7.3.xpi?update</em:updateLink> |
- </Description> |
- </em:targetApplication> |
- <em:targetApplication> |
- <Description> |
- <em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id> |
- <em:minVersion>38.0</em:minVersion> |
- <em:maxVersion>49.0</em:maxVersion> |
- <em:updateLink>https://downloads.adblockplus.org/adblockplus-2.7.3.xpi?update</em:updateLink> |
- </Description> |
- </em:targetApplication> |
- <em:targetApplication> |
- <Description> |
- <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> |
- <em:minVersion>38.0</em:minVersion> |
- <em:maxVersion>49.0</em:maxVersion> |
- <em:updateLink>https://downloads.adblockplus.org/adblockplus-2.7.3.xpi?update</em:updateLink> |
- </Description> |
- </em:targetApplication> |
- </Description> |
- </li> |
- </Seq> |
- </em:updates> |
- </Description> |
-</RDF> |
+{ |
+ "addons": |
+ { |
+ "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}": { |
+ "updates": [ |
+ { |
+ "version": "2.7.3", |
+ "update_link": "https://downloads.adblockplus.org/adblockplus-2.7.3.xpi?update", |
+ "applications": |
+ { |
+ "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}": |
+ { |
+ "strict_min_version": "38.0" |
+ }, |
+ "{55aba3ac-94d3-41a8-9e25-5c21fe874539}": |
+ { |
+ "strict_min_version": "1.0" |
+ }, |
+ "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}": |
+ { |
+ "strict_min_version": "2.35" |
+ }, |
+ "toolkit@mozilla.org": |
+ { |
+ "strict_min_version": "38.0" |
+ }, |
+ "{aa3c5121-dab2-40e2-81ca-7ea25febc110}": |
+ { |
+ "strict_min_version": "38.0" |
+ }, |
+ "{3550f703-e582-4d05-9a08-453d09bdfdc6}": |
+ { |
+ "strict_min_version": "38.0" |
+ } |
+ } |
+ } |
+ ] |
+ } |
+ } |
+} |