diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-25 14:44:41 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-25 14:44:41 +0200 |
commit | 3a51ae92a501e9eb8dc1bed4eb1419473aba4604 (patch) | |
tree | 4ee3b33d3413d733622858816c765384b5662c61 /update.rdf | |
parent | d428a8122cbc803ef99acd6db03323ceb5b76f53 (diff) | |
download | bugzilla-triage-3a51ae92a501e9eb8dc1bed4eb1419473aba4604.tar.gz |
Move queryForSelection and affiiliated methods to BZPage.
Plus another attempt to make update.rdf work.
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -24,6 +24,25 @@ <em:updateHash>e5009393f1ae052efb221d948a7fbb520f68e776</em:updateHash> </RDF:Description> </RDF:li> + <RDF:li> + <RDF:Description> + <em:version>0.16</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> + </RDF:Description> + </em:targetApplication> + <!-- 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.16.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> + <em:updateHash>d8bbddeeaf87f8f2f8c47d6a85d37caf0ba6df10</em:updateHash> + </RDF:Description> + </RDF:li> </RDF:Seq> </em:updates> </RDF:Description> |