1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/mozapps/extensions/test/xpcshell/data/test_migrate4.rdf Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,46 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 + 1.6 +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.7 + xmlns:em="http://www.mozilla.org/2004/em-rdf#"> 1.8 + 1.9 + <Description about="urn:mozilla:extension:addon5@tests.mozilla.org"> 1.10 + <em:updates> 1.11 + <Seq> 1.12 + <li> 1.13 + <Description> 1.14 + <em:version>2.0</em:version> 1.15 + <em:targetApplication> 1.16 + <Description> 1.17 + <em:id>xpcshell@tests.mozilla.org</em:id> 1.18 + <em:minVersion>0</em:minVersion> 1.19 + <em:maxVersion>2</em:maxVersion> 1.20 + </Description> 1.21 + </em:targetApplication> 1.22 + </Description> 1.23 + </li> 1.24 + </Seq> 1.25 + </em:updates> 1.26 + </Description> 1.27 + 1.28 + <Description about="urn:mozilla:extension:addon6@tests.mozilla.org"> 1.29 + <em:updates> 1.30 + <Seq> 1.31 + <li> 1.32 + <Description> 1.33 + <em:version>2.0</em:version> 1.34 + <em:targetApplication> 1.35 + <Description> 1.36 + <em:id>xpcshell@tests.mozilla.org</em:id> 1.37 + <em:minVersion>0</em:minVersion> 1.38 + <em:maxVersion>2</em:maxVersion> 1.39 + <em:updateLink>http://localhost:%PORT%/addons/test_migrate4_6.xpi</em:updateLink> 1.40 + <em:updateInfoURL>http://example.com/updateInfo.xhtml</em:updateInfoURL> 1.41 + </Description> 1.42 + </em:targetApplication> 1.43 + </Description> 1.44 + </li> 1.45 + </Seq> 1.46 + </em:updates> 1.47 + </Description> 1.48 + 1.49 +</RDF>