summaryrefslogtreecommitdiffabout
path: root/update-template.rdf.in
authorMichael Krelin <hacker@klever.net>2008-06-28 20:32:41 (UTC)
committer Michael Krelin <hacker@klever.net>2008-06-28 20:32:41 (UTC)
commit67d1afa3006aa8b9956fa955322ace45a8f8e56e (patch) (side-by-side diff)
treeaca587148f6500033109e203842342bea09957a4 /update-template.rdf.in
parent2006dedac467448e2f58964244d26d0c22129a83 (diff)
downloadfireflix-67d1afa3006aa8b9956fa955322ace45a8f8e56e.zip
fireflix-67d1afa3006aa8b9956fa955322ace45a8f8e56e.tar.gz
fireflix-67d1afa3006aa8b9956fa955322ace45a8f8e56e.tar.bz2
provisions for signing
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'update-template.rdf.in') (more/less context) (ignore whitespace changes)
-rw-r--r--update-template.rdf.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/update-template.rdf.in b/update-template.rdf.in
new file mode 100644
index 0000000..4326468
--- a/dev/null
+++ b/update-template.rdf.in
@@ -0,0 +1,27 @@
+<?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#">
+
+ <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@">
+ <em:updates>
+ <RDF:Seq>
+ <RDF:li resource="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"/>
+ </RDF:Seq>
+ </em:updates>
+ </RDF:Description>
+
+ <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@">
+ <em:version>@VERSION@</em:version>
+ <em:targetApplication>
+ <Description>
+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ <em:minVersion>1.5</em:minVersion>
+ <em:maxVersion>2.0.0.*</em:maxVersion>
+ <em:updateLink>http://kin.klever.net/dist/@PACKAGE@-@VERSION@.xpi</em:updateLink>
+ <em:updateHash>sha1:<!--SHA1--></em:updateHash>
+ </Description>
+ </em:targetApplication>
+ </RDF:Description>
+
+</RDF:RDF>