diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-24 15:05:33 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-24 15:05:33 +0200 |
commit | 1ee62a82426490bfc6d4177e58c836b59a0823f6 (patch) | |
tree | 9cda572f6a591e2c4b81ccf8f897ebd741852beb /update.rdf | |
parent | 9b3f22fd07c0cfcc1e2368c7f32a0423a3a4bd85 (diff) | |
download | bugzilla-triage-1ee62a82426490bfc6d4177e58c836b59a0823f6.tar.gz |
Add update.rdf a hopefully make it working.
Rename to bugzilla-triage-scripts in package.json
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/update.rdf b/update.rdf new file mode 100644 index 0000000..24c9364 --- /dev/null +++ b/update.rdf @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:em="http://www.mozilla.org/2004/em-rdf#"> + <!-- Foo Widget Extension --> + <RDF:Description about="urn:mozilla:extension:jid0-uXmbeWgOltUUuqrHKhrR7hW3IQY@jetpack"> + <em:updates> + <RDF:Seq> + <RDF:li> + <RDF:Description> + <em:version>0.15</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.15.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>e5009393f1ae052efb221d948a7fbb520f68e776</em:updateHash> + </RDF:Description> + </RDF:li> + </RDF:Seq> + </em:updates> + </RDF:Description> + +</RDF:RDF> |