toolkit/mozapps/extensions/test/addons/test_bug371495/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_bug371495/install.rdf	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +<?xml version="1.0"?>
     1.5 +
     1.6 +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     1.7 +     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     1.8 +
     1.9 +  <Description about="urn:mozilla:install-manifest">
    1.10 +    <em:id>bug371495@tests.mozilla.org</em:id>
    1.11 +    <em:version>1.0</em:version>
    1.12 +
    1.13 +    <em:targetApplication>
    1.14 +      <Description>
    1.15 +        <em:id>xpcshell@tests.mozilla.org</em:id>
    1.16 +        <em:minVersion>1</em:minVersion>
    1.17 +        <em:maxVersion>1</em:maxVersion>
    1.18 +      </Description>
    1.19 +    </em:targetApplication>
    1.20 +    
    1.21 +    <!-- Front End MetaData -->
    1.22 +    <em:name>Test theme</em:name>
    1.23 +    <em:type>4</em:type>
    1.24 +    <em:internalName>test/1.0</em:internalName>
    1.25 +    <em:optionsURL>chrome://foo/content/bar.xul</em:optionsURL>
    1.26 +    <em:aboutURL>chrome://foo/content/bar.xul</em:aboutURL>
    1.27 +
    1.28 +  </Description>
    1.29 +</RDF>

mercurial