[go: up one dir, main page]

File: update.rdf.tpl.xml

package info (click to toggle)
firebug 1.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,488 kB
  • ctags: 680
  • sloc: xml: 1,302; makefile: 19
file content (26 lines) | stat: -rw-r--r-- 986 bytes parent folder | download
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
<?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#">
<!-- Firebug -->
<r:Description about="urn:mozilla:extension:firebug@software.joehewitt.com">
  <updates>
    <r:Seq>
      <r:li>
        <r:Description>
          <version>@VERSION@@RELEASE@</version>
          <targetApplication>
            <r:Description>
              <id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
              <minVersion>1.5</minVersion>
              <maxVersion>3.9</maxVersion>
              <updateLink>http://getfirebug.com/releases/firebug/@VERSION@/@LEAF@</updateLink>
              <!-- A page describing what is new in this updated version -->
                <updateInfoURL>http://getfirebug.com/updateInfo/firebug1.5.xml</updateInfoURL>
            </r:Description>
          </targetApplication>
        </r:Description>
      </r:li>
    </r:Seq>
  </updates>
</r:Description>
</r:RDF>