summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/xpcshell/data/test_updateid.rdf
blob: d59df973600cbc240a83f117494657c7b23038e4 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?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:addon1@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>1</em:minVersion>
                <em:maxVersion>1</em:maxVersion>
                <em:updateLink>http://localhost:4444/addons/test_updateid2_2.xpi</em:updateLink>
              </Description>
            </em:targetApplication>
          </Description>
        </li>
      </Seq>
    </em:updates>
  </Description>

  <Description about="urn:mozilla:extension:addon2@tests.mozilla.org">
    <em:updates>
      <Seq>
        <li>
          <Description>
            <em:version>3.0</em:version>
            <em:targetApplication>
              <Description>
                <em:id>xpcshell@tests.mozilla.org</em:id>
                <em:minVersion>1</em:minVersion>
                <em:maxVersion>1</em:maxVersion>
                <em:updateLink>http://localhost:4444/addons/test_updateid3_3.xpi</em:updateLink>
              </Description>
            </em:targetApplication>
          </Description>
        </li>
      </Seq>
    </em:updates>
  </Description>

  <Description about="urn:mozilla:extension:addon3@tests.mozilla.org">
    <em:updates>
      <Seq>
        <li>
          <Description>
            <em:version>4.0</em:version>
            <em:targetApplication>
              <Description>
                <em:id>xpcshell@tests.mozilla.org</em:id>
                <em:minVersion>1</em:minVersion>
                <em:maxVersion>1</em:maxVersion>
                <em:updateLink>http://localhost:4444/addons/test_updateid4_4.xpi</em:updateLink>
              </Description>
            </em:targetApplication>
          </Description>
        </li>
      </Seq>
    </em:updates>
  </Description>

  <Description about="urn:mozilla:extension:addon4@tests.mozilla.org">
    <em:updates>
      <Seq>
        <li>
          <Description>
            <em:version>5.0</em:version>
            <em:targetApplication>
              <Description>
                <em:id>xpcshell@tests.mozilla.org</em:id>
                <em:minVersion>1</em:minVersion>
                <em:maxVersion>1</em:maxVersion>
                <em:updateLink>http://localhost:4444/addons/test_updateid2_5.xpi</em:updateLink>
              </Description>
            </em:targetApplication>
          </Description>
        </li>
      </Seq>
    </em:updates>
  </Description>

</RDF>