toolkit/mozapps/extensions/test/addons/test_bug595573/install.rdf

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/mozapps/extensions/test/addons/test_bug595573/install.rdf	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<?xml version="1.0"?>
     1.5 +
     1.6 +<!-- An extension that is compatible with the XPCShell test suite -->
     1.7 +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     1.8 +     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     1.9 +
    1.10 +  <Description about="urn:mozilla:install-manifest">
    1.11 +    <em:id>{2f69dacd-03df-4150-a9f1-e8a7b2748829}</em:id>
    1.12 +    <em:version>1.0</em:version>
    1.13 +
    1.14 +    <!-- Front End MetaData -->
    1.15 +    <em:name>Test 1</em:name>
    1.16 +    <em:description>Test Description</em:description>
    1.17 +
    1.18 +    <em:targetApplication>
    1.19 +      <Description>
    1.20 +        <em:id>xpcshell@tests.mozilla.org</em:id>
    1.21 +        <em:minVersion>1</em:minVersion>
    1.22 +        <em:maxVersion>1</em:maxVersion>
    1.23 +      </Description>
    1.24 +    </em:targetApplication>
    1.25 +
    1.26 +  </Description>
    1.27 +</RDF>

mercurial