summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/xpcshell/data/test_migrate4.rdf
blob: a3bf4f8aea133a3af2b66f95d1e45a9c69d2dbd0 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>

<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:extension:addon5@tests.mozilla.org">
    <em:updates>
      <Seq>
        <li>
          <Description>
            <em:version>2.0</em:version>
            <em:targetApplication>
              <Description>
                <em:id>xpcshell@tests.mozilla.org</em:id>
                <em:minVersion>0</em:minVersion>
                <em:maxVersion>2</em:maxVersion>
              </Description>
            </em:targetApplication>
          </Description>
        </li>
      </Seq>
    </em:updates>
  </Description>

  <Description about="urn:mozilla:extension:addon6@tests.mozilla.org">
    <em:updates>
      <Seq>
        <li>
          <Description>
            <em:version>2.0</em:version>
            <em:targetApplication>
              <Description>
                <em:id>xpcshell@tests.mozilla.org</em:id>
                <em:minVersion>0</em:minVersion>
                <em:maxVersion>2</em:maxVersion>
                <em:updateLink>http://localhost:%PORT%/addons/test_migrate4_6.xpi</em:updateLink>
                <em:updateInfoURL>http://example.com/updateInfo.xhtml</em:updateInfoURL>
              </Description>
            </em:targetApplication>
          </Description>
        </li>
      </Seq>
    </em:updates>
  </Description>

</RDF>