tenfourfox/toolkit/mozapps/extensions/test/addons/test_bug324121_7/install.rdf

26 lines
686 B
Plaintext
Raw Normal View History

2017-04-19 07:56:45 +00:00
<?xml version="1.0"?>
<!-- Compatible to install -->
<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:install-manifest">
<em:id>bug324121_7@tests.mozilla.org</em:id>
<em:version>1</em:version>
<em:targetApplication>
<Description>
<em:id>toolkit@mozilla.org</em:id>
<em:minVersion>1</em:minVersion>
<em:maxVersion>2</em:maxVersion>
</Description>
</em:targetApplication>
<em:name>Bug 324121 Test 7</em:name>
<em:updateURL>http://localhost:4444/data/test_bug324121.rdf</em:updateURL>
</Description>
</RDF>