diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-09-14 22:55:45 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-09-14 22:55:45 +0200 |
commit | f3ad9bdf84f380cd817d2d24dd6d13cd00550bf5 (patch) | |
tree | 2012b03197a7e618c355d94e9343588bef3cae66 /update.rdf | |
parent | a2b9bc18e3a11ddc5b0c5dc1fff6edc57b9285b5 (diff) | |
download | bugzilla-triage-f3ad9bdf84f380cd817d2d24dd6d13cd00550bf5.tar.gz |
Update update.rdf
I should really make some automatization to this.
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -144,6 +144,24 @@ </em:targetApplication> </RDF:Description> </RDF:li> + <RDF:li> + <RDF:Description> + <em:version>0.23</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.23.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> |