mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
87 lines
2.7 KiB
XML
87 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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:addon1@tests.mozilla.org">
|
|
<em:updates>
|
|
<Seq>
|
|
<li>
|
|
<Description>
|
|
<em:version>2.0</em:version>
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>xpcshell@tests.mozilla.org</em:id>
|
|
<em:minVersion>1</em:minVersion>
|
|
<em:maxVersion>1</em:maxVersion>
|
|
<em:updateLink>http://localhost:4444/addons/test_updateid2_2.xpi</em:updateLink>
|
|
</Description>
|
|
</em:targetApplication>
|
|
</Description>
|
|
</li>
|
|
</Seq>
|
|
</em:updates>
|
|
</Description>
|
|
|
|
<Description about="urn:mozilla:extension:addon2@tests.mozilla.org">
|
|
<em:updates>
|
|
<Seq>
|
|
<li>
|
|
<Description>
|
|
<em:version>3.0</em:version>
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>xpcshell@tests.mozilla.org</em:id>
|
|
<em:minVersion>1</em:minVersion>
|
|
<em:maxVersion>1</em:maxVersion>
|
|
<em:updateLink>http://localhost:4444/addons/test_updateid3_3.xpi</em:updateLink>
|
|
</Description>
|
|
</em:targetApplication>
|
|
</Description>
|
|
</li>
|
|
</Seq>
|
|
</em:updates>
|
|
</Description>
|
|
|
|
<Description about="urn:mozilla:extension:addon3@tests.mozilla.org">
|
|
<em:updates>
|
|
<Seq>
|
|
<li>
|
|
<Description>
|
|
<em:version>4.0</em:version>
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>xpcshell@tests.mozilla.org</em:id>
|
|
<em:minVersion>1</em:minVersion>
|
|
<em:maxVersion>1</em:maxVersion>
|
|
<em:updateLink>http://localhost:4444/addons/test_updateid4_4.xpi</em:updateLink>
|
|
</Description>
|
|
</em:targetApplication>
|
|
</Description>
|
|
</li>
|
|
</Seq>
|
|
</em:updates>
|
|
</Description>
|
|
|
|
<Description about="urn:mozilla:extension:addon4@tests.mozilla.org">
|
|
<em:updates>
|
|
<Seq>
|
|
<li>
|
|
<Description>
|
|
<em:version>5.0</em:version>
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>xpcshell@tests.mozilla.org</em:id>
|
|
<em:minVersion>1</em:minVersion>
|
|
<em:maxVersion>1</em:maxVersion>
|
|
<em:updateLink>http://localhost:4444/addons/test_updateid2_5.xpi</em:updateLink>
|
|
</Description>
|
|
</em:targetApplication>
|
|
</Description>
|
|
</li>
|
|
</Seq>
|
|
</em:updates>
|
|
</Description>
|
|
|
|
</RDF>
|