toolkit/mozapps/extensions/test/xpcshell/data/test_install.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:addon3@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 <em:targetApplication>
michael@0 13 <Description>
michael@0 14 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 15 <em:minVersion>0</em:minVersion>
michael@0 16 <em:maxVersion>1</em:maxVersion>
michael@0 17 </Description>
michael@0 18 </em:targetApplication>
michael@0 19 </Description>
michael@0 20 </li>
michael@0 21 </Seq>
michael@0 22 </em:updates>
michael@0 23 </Description>
michael@0 24
michael@0 25 <Description about="urn:mozilla:extension:addon4@tests.mozilla.org">
michael@0 26 <em:updates>
michael@0 27 <Seq>
michael@0 28 <li>
michael@0 29 <Description>
michael@0 30 <em:version>1.0</em:version>
michael@0 31 <em:targetApplication>
michael@0 32 <Description>
michael@0 33 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 34 <em:minVersion>0</em:minVersion>
michael@0 35 <em:maxVersion>1</em:maxVersion>
michael@0 36 </Description>
michael@0 37 </em:targetApplication>
michael@0 38 </Description>
michael@0 39 </li>
michael@0 40 </Seq>
michael@0 41 </em:updates>
michael@0 42 </Description>
michael@0 43
michael@0 44 <Description about="urn:mozilla:extension:addon7@tests.mozilla.org">
michael@0 45 <em:updates>
michael@0 46 <Seq>
michael@0 47 <li>
michael@0 48 <Description>
michael@0 49 <em:version>5.0</em:version>
michael@0 50 <em:targetApplication>
michael@0 51 <Description>
michael@0 52 <em:id>xpcshell@tests.mozilla.org</em:id>
michael@0 53 <em:minVersion>0</em:minVersion>
michael@0 54 <em:maxVersion>1</em:maxVersion>
michael@0 55 </Description>
michael@0 56 </em:targetApplication>
michael@0 57 </Description>
michael@0 58 </li>
michael@0 59 </Seq>
michael@0 60 </em:updates>
michael@0 61 </Description>
michael@0 62
michael@0 63 </RDF>

mercurial