dom/plugins/test/testaddon/install.rdf

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/plugins/test/testaddon/install.rdf	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     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>test-plugin-from-xpi@tests.mozilla.org</em:id>
    1.11 +    <em:version>1</em:version>
    1.12 +    <em:name>Test plugin from XPI</em:name>
    1.13 +    <em:description>This tests shipping a plugin through an extensions.</em:description>
    1.14 +
    1.15 +    <em:targetApplication>
    1.16 +      <Description>
    1.17 +        <em:id>toolkit@mozilla.org</em:id>
    1.18 +        <em:minVersion>0</em:minVersion>
    1.19 +        <em:maxVersion>*</em:maxVersion>
    1.20 +      </Description>
    1.21 +    </em:targetApplication>
    1.22 +
    1.23 +    <em:unpack>true</em:unpack>
    1.24 +
    1.25 +  </Description>
    1.26 +</RDF>

mercurial