2010-04-29 13:11:23 -07:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!-- This is a copy of extensions.rdf from Firefox 3.5 including four
|
2010-04-20 15:41:56 -07:00
|
|
|
test extensions. Addon1 was user enabled, addon2 was user disabled, addon3
|
|
|
|
was pending user disable at the next restart and addon4 was pending user
|
|
|
|
enable at the next restart. Additionally addon1 and 2 have had
|
|
|
|
compatibility updates applies to make them compatible with the app and
|
|
|
|
toolkit respectively, addon3 and 4 have not -->
|
2010-04-29 13:11:23 -07:00
|
|
|
|
|
|
|
<RDF:RDF xmlns:NS1="http://www.mozilla.org/2004/em-rdf#"
|
|
|
|
xmlns:NC="http://home.netscape.com/NC-rdf#"
|
|
|
|
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
2010-04-20 15:41:56 -07:00
|
|
|
<RDF:Description RDF:about="rdf:#$w8dNC3"
|
2010-04-29 13:11:23 -07:00
|
|
|
NS1:id="xpcshell@tests.mozilla.org"
|
|
|
|
NS1:minVersion="1"
|
|
|
|
NS1:maxVersion="1" />
|
2010-04-20 15:41:56 -07:00
|
|
|
<RDF:Description RDF:about="rdf:#$w8dNC2"
|
|
|
|
NS1:id="toolkit@mozilla.org"
|
|
|
|
NS1:minVersion="1"
|
|
|
|
NS1:maxVersion="1" />
|
|
|
|
<RDF:Description RDF:about="rdf:#$w8dNC1"
|
|
|
|
NS1:id="toolkit@mozilla.org"
|
|
|
|
NS1:minVersion="1"
|
|
|
|
NS1:maxVersion="2" />
|
2010-04-29 13:11:23 -07:00
|
|
|
<RDF:Description RDF:about="rdf:#$oadNC1"
|
|
|
|
NS1:id="xpcshell@tests.mozilla.org"
|
|
|
|
NS1:minVersion="1"
|
2010-04-20 15:41:56 -07:00
|
|
|
NS1:maxVersion="2" />
|
2010-04-29 13:11:23 -07:00
|
|
|
<RDF:Description RDF:about="urn:mozilla:item:addon1@tests.mozilla.org"
|
|
|
|
NS1:installLocation="app-profile"
|
|
|
|
NS1:version="1.0"
|
|
|
|
NS1:name="Test 1">
|
|
|
|
<NS1:type NC:parseType="Integer">2</NS1:type>
|
|
|
|
<NS1:targetApplication RDF:resource="rdf:#$oadNC1"/>
|
|
|
|
</RDF:Description>
|
|
|
|
<RDF:Description RDF:about="urn:mozilla:item:addon2@tests.mozilla.org"
|
|
|
|
NS1:installLocation="app-profile"
|
|
|
|
NS1:version="2.0"
|
|
|
|
NS1:name="Test 2"
|
|
|
|
NS1:userDisabled="true">
|
|
|
|
<NS1:type NC:parseType="Integer">2</NS1:type>
|
|
|
|
<NS1:targetApplication RDF:resource="rdf:#$w8dNC1"/>
|
|
|
|
</RDF:Description>
|
|
|
|
<RDF:Description RDF:about="urn:mozilla:item:addon3@tests.mozilla.org"
|
|
|
|
NS1:installLocation="app-profile"
|
|
|
|
NS1:version="2.0"
|
|
|
|
NS1:name="Test 3"
|
|
|
|
NS1:userDisabled="needs-disable">
|
|
|
|
<NS1:type NC:parseType="Integer">2</NS1:type>
|
2010-04-20 15:41:56 -07:00
|
|
|
<NS1:targetApplication RDF:resource="rdf:#$w8dNC3"/>
|
2010-04-29 13:11:23 -07:00
|
|
|
</RDF:Description>
|
|
|
|
<RDF:Description RDF:about="urn:mozilla:item:addon4@tests.mozilla.org"
|
|
|
|
NS1:installLocation="app-profile"
|
|
|
|
NS1:version="2.0"
|
|
|
|
NS1:name="Test 4"
|
|
|
|
NS1:userDisabled="needs-enable">
|
|
|
|
<NS1:type NC:parseType="Integer">2</NS1:type>
|
2010-04-20 15:41:56 -07:00
|
|
|
<NS1:targetApplication RDF:resource="rdf:#$w8dNC2"/>
|
2010-04-29 13:11:23 -07:00
|
|
|
</RDF:Description>
|
|
|
|
<RDF:Seq RDF:about="urn:mozilla:item:root">
|
|
|
|
<RDF:li RDF:resource="urn:mozilla:item:addon1@tests.mozilla.org"/>
|
|
|
|
<RDF:li RDF:resource="urn:mozilla:item:addon2@tests.mozilla.org"/>
|
|
|
|
<RDF:li RDF:resource="urn:mozilla:item:addon3@tests.mozilla.org"/>
|
|
|
|
<RDF:li RDF:resource="urn:mozilla:item:addon4@tests.mozilla.org"/>
|
|
|
|
</RDF:Seq>
|
|
|
|
</RDF:RDF>
|