summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/xpcshell/data/test_bug470377/install_5.rdf
blob: bff1104a760dbbd46cc23b908b8d5c6b4a05773b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>bug470377_5@tests.mozilla.org</em:id>
    <em:version>1</em:version>
    <em:targetApplication>
      <Description>
        <em:id>xpcshell@tests.mozilla.org</em:id>
        <em:minVersion>1</em:minVersion>
        <em:maxVersion>3</em:maxVersion>
      </Description>
    </em:targetApplication>
    <em:name>Test for Bug 470377</em:name>
  </Description>
</RDF>