summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/addons/test_bug335238_4/install.rdf
blob: 6ec052d36c909a9d6cf1f76aee9bc4d094d05e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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>bug335238_4@tests.mozilla.org</em:id>
    <em:version>4</em:version>
    
    <em:targetApplication>
      <Description>
        <em:id>xpcshell@tests.mozilla.org</em:id>
        <em:minVersion>1</em:minVersion>
        <em:maxVersion>2+</em:maxVersion>
      </Description>
    </em:targetApplication>
    
    <em:requires>
      <Description>
        <em:id>unknown@tests.mozilla.org</em:id>
        <em:minVersion>2</em:minVersion>
        <em:maxVersion>72</em:maxVersion>
      </Description>
    </em:requires>
    
    <em:name>Bug 335238</em:name>
    <em:updateURL>http://localhost:4444/3?id=%ITEM_ID%&amp;version=%ITEM_VERSION%&amp;maxAppVersion=%ITEM_MAXAPPVERSION%&amp;status=%ITEM_STATUS%&amp;appId=%APP_ID%&amp;appVersion=%APP_VERSION%&amp;appOs=%APP_OS%&amp;appAbi=%APP_ABI%&amp;locale=%APP_LOCALE%&amp;reqVersion=%REQ_VERSION%</em:updateURL>
    
  </Description>      
</RDF>