aboutsummaryrefslogtreecommitdiffstats
path: root/update.rdf
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-08-19 23:13:19 -0400
committerMatěj Cepl <mcepl@redhat.com>2010-08-19 23:13:19 -0400
commit7d881cf6e9d5e5589827ecc5c17bdfa78fe2b513 (patch)
tree391a9c2bfaa17ab5d94aea04b9d12b6e281a662a /update.rdf
parent33fcda043c9639220cd27429410be128363a69c1 (diff)
downloadbugzilla-triage-7d881cf6e9d5e5589827ecc5c17bdfa78fe2b513.tar.gz
Actually really fix #43 and simplification of collecting information.0.20
Release 0.20
Diffstat (limited to 'update.rdf')
-rw-r--r--update.rdf18
1 files changed, 18 insertions, 0 deletions
diff --git a/update.rdf b/update.rdf
index d091152..b274cb4 100644
--- a/update.rdf
+++ b/update.rdf
@@ -90,6 +90,24 @@
</em:targetApplication>
</RDF:Description>
</RDF:li>
+ <RDF:li>
+ <RDF:Description>
+ <em:version>0.20</em:version> <!-- This is the version number of the add-on -->
+ <!-- One targetApplication for each application the add-on is compatible with -->
+ <em:targetApplication>
+ <RDF:Description>
+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ <em:minVersion>3.6</em:minVersion>
+ <em:maxVersion>4.*</em:maxVersion>
+ <!-- This is where this version of the add-on will be downloaded from -->
+ <em:updateLink>https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.20.xpi</em:updateLink>
+
+ <!-- A page describing what is new in this updated version -->
+ <em:updateInfoURL>https://fedorahosted.org/bugzilla-triage-scripts/wiki/ChangeLog</em:updateInfoURL>
+ </RDF:Description>
+ </em:targetApplication>
+ </RDF:Description>
+ </RDF:li>
</RDF:Seq>
</em:updates>
</RDF:Description>