public
Description:
Homepage:
Clone URL: git://github.com/bard/mozrepl.git
mozrepl / update.rdf.template
100644 44 lines (39 sloc) 1.373 kb
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
<?xml version='1.0'?>
<r:RDF xmlns:r='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns='http://www.mozilla.org/2004/em-rdf#'>
  <r:Description r:about='urn:mozilla:extension:mozrepl@hyperstruct.net'>
    <updates>
      <r:Seq>
        <r:li>
          <r:Description>
            <version/>
 
            <!-- firefox -->
 
            <targetApplication>
              <r:Description>
                <id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
                <minVersion>3.0</minVersion>
                <maxVersion>3.5.*</maxVersion>
                <updateLink/>
                <updateHash/>
                <updateInfoURL>http://bard.github.com/mozrepl/changelog.xhtml</updateInfoURL>
              </r:Description>
            </targetApplication>
 
            <!-- toolkit -->
 
            <targetApplication>
              <Description>
                <id>toolkit@mozilla.org</id>
                <minVersion>1.9</minVersion>
                <maxVersion>1.9.*</maxVersion>
                <updateLink/>
                <updateHash/>
                <updateInfoURL>http://bard.github.com/mozrepl/changelog.xhtml</updateInfoURL>
              </Description>
            </targetApplication>
          </r:Description>
        </r:li>
      </r:Seq>
    </updates>
    <version/>
    <updateLink/>
    <updateHash/>
  </r:Description>
</r:RDF>