summaryrefslogtreecommitdiffabout
path: root/update-template.rdf.in
Unidiff
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 @@
1<?xml version="1.0"?>
2<RDF:RDF
3 xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
5
6 <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@">
7 <em:updates>
8 <RDF:Seq>
9 <RDF:li resource="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"/>
10 </RDF:Seq>
11 </em:updates>
12 </RDF:Description>
13
14 <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@">
15 <em:version>@VERSION@</em:version>
16 <em:targetApplication>
17 <Description>
18 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
19 <em:minVersion>1.5</em:minVersion>
20 <em:maxVersion>2.0.0.*</em:maxVersion>
21 <em:updateLink>http://kin.klever.net/dist/@PACKAGE@-@VERSION@.xpi</em:updateLink>
22 <em:updateHash>sha1:<!--SHA1--></em:updateHash>
23 </Description>
24 </em:targetApplication>
25 </RDF:Description>
26
27</RDF:RDF>