diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-08-19 17:29:33 -0400 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-08-19 17:38:54 -0400 |
commit | 33fcda043c9639220cd27429410be128363a69c1 (patch) | |
tree | cb94e846e113eb5d85097d2e515481d11d937ec5 /update.rdf | |
parent | 628ebfb2f9f17fadc7081d2b9ec961e9e589b785 (diff) | |
download | bugzilla-triage-33fcda043c9639220cd27429410be128363a69c1.tar.gz |
Changed RH Bugzilla moved reporter's address to other column. Fixed.0.19
Fixes #43
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -72,6 +72,24 @@ </em:targetApplication> </RDF:Description> </RDF:li> + <RDF:li> + <RDF:Description> + <em:version>0.19</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.19.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> |