author | Michael Krelin <hacker@klever.net> | 2006-09-26 19:21:57 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-09-26 19:21:57 (UTC) |
commit | c5ea6ff7abd6e376ae151c9724d24f6fe156766e (patch) (unidiff) | |
tree | 0df2e4ecf02f89c4b85d1950b5c6f4fd2f67f9bd /update.rdf.in | |
parent | 5207247fdc837ae9de1d81db903f6cd92532595e (diff) | |
download | fireflix-0.0.zip fireflix-0.0.tar.gz fireflix-0.0.tar.bz2 |
Initial import into public repository0.0
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@159 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | update.rdf.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/update.rdf.in b/update.rdf.in new file mode 100644 index 0000000..7a78470 --- a/dev/null +++ b/update.rdf.in | |||
@@ -0,0 +1,26 @@ | |||
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>1.5.0.7</em:maxVersion> | ||
21 | <em:updateLink>http://kin.klever.net/dist/@PACKAGE@-@VERSION@.xpi</em:updateLink> | ||
22 | </Description> | ||
23 | </em:targetApplication> | ||
24 | </RDF:Description> | ||
25 | |||
26 | </RDF:RDF> | ||