My favorites | Sign in
Logo
             
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
<?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>
Show details Hide details

Change log

r656 by johnjbarton.com on May 19, 2008   Diff
insert key by parameter in template
Go to: 
Project members, sign in to write a code review

Older revisions

r651 by johnjbarton.com on May 19, 2008   Diff
correct template parameters for
mozzipper
r636 by johnjbarton.com on May 13, 2008   Diff
adapt to mozzipper.. really
r472 by johnjbarton.com on Apr 01, 2008   Diff
update update-key
All revisions of this file

File info

Size: 1497 bytes, 41 lines
Hosted by Google Code