diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-10-21 15:43:37 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-10-30 10:33:43 +0100 |
commit | 55f294f450f8bde15176bd251a37c6a2a0b90123 (patch) | |
tree | 49c80f98c5701f7308043d520a7c7a34c15c3ff8 /update.rdf | |
parent | 5633f921c92425ede58ee06f3ebbd060b00fea1d (diff) | |
download | bugzilla-triage-55f294f450f8bde15176bd251a37c6a2a0b90123.tar.gz |
Various cleanups.
- Also fix generation of XPI file.
- Fix against missing RE keys
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -172,6 +172,21 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>1.4.90</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>4.0b7</em:minVersion> + <em:maxVersion>10.0a1</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.4.90.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |