kommen / firebug1.2

My mirror of the Firebug 1.2 branch

This URL has Read+Write access

max.v.stepanov (author)
Mon Dec 08 10:35:48 -0800 2008
commit  9f847ad548e77210396f3ba97603d3e9a90bbd53
tree    18d5dcbc73a666930a4c3c01ebef015860afcadf
parent  e4c904b0ad4ddc9fd20eb3c59b46a71835b23ac0
firebug1.2 / install.rdf.tpl.xml
100644 42 lines (35 sloc) 1.497 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
<?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>firebug@software.joehewitt.com</em:id>
    <em:version>@VERSION@@RELEASE@</em:version>
    <em:type>2</em:type>
 
    <!-- Firefox -->
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>1.5</em:minVersion>
        <em:maxVersion>3.0.*</em:maxVersion>
      </Description>
    </em:targetApplication>
 
    <!-- Flock -->
    <em:targetApplication>
      <Description>
        <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
        <em:minVersion>0.5</em:minVersion>
        <em:maxVersion>1.0.*</em:maxVersion>
      </Description>
    </em:targetApplication>
 
    <em:name>Firebug</em:name>
    <em:description>Web Development Evolved.</em:description>
    <em:creator>Joe Hewitt</em:creator>
    <em:contributor>1.1 and 1.2 enhancements: John J. Barton (IBM Almaden)</em:contributor>
    <em:contributor>Jan Odvarko (All Peers Inc.)</em:contributor>
    <em:contributor>Max Stepanov (Aptana Inc.)</em:contributor>
    <em:iconURL>chrome://firebug/content/firebug.png</em:iconURL>
    <em:homepageURL>http://www.getfirebug.com/</em:homepageURL>
    <em:updateURL>http://getfirebug.com/releases/firebug/@VERSION@/update.rdf</em:updateURL>
    <em:updateKey>@PUBLICKEY@</em:updateKey>
 
  </Description>
</RDF>