diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-09-03 23:13:50 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-09-03 23:13:50 +0200 |
commit | c5f96274db38c2ad33f750b7118a3871e69e2aa2 (patch) | |
tree | b5ce899a6ab8ceb446fc162da0b1887f3b57e149 /update.rdf | |
parent | a902cc5f289ecf5d17dbf9eec69747141720f8cd (diff) | |
download | bugzilla-triage-c5f96274db38c2ad33f750b7118a3871e69e2aa2.tar.gz |
Rebuild with the latest Jetpack-SDK
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -126,6 +126,24 @@ </em:targetApplication> </RDF:Description> </RDF:li> + <RDF:li> + <RDF:Description> + <em:version>0.22</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.22.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> |