summaryrefslogtreecommitdiff
path: root/tests/dh_xul-ext/default-to-compatible/install.rdf
blob: 660f7e1382b29a89cfb0a100c49fb7d5bb3cfa37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<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>{deadda7a-fee1-dead-coo1-d00ddeadc0de}</em:id>
    <em:version>1.0</em:version>
    <em:name>mozilla-devscripts test package</em:name>
    <em:targetApplication>
      <Description>
        <!-- Iceweasel/Firefox -->
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>4.0</em:minVersion>
        <em:maxVersion>11</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>