author | Michael Krelin <hacker@klever.net> | 2006-11-06 21:44:37 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-11-06 21:44:37 (UTC) |
commit | 477cf5235fb719dda751a742ff068aa26cb9741b (patch) (unidiff) | |
tree | 58348f58d344ad044bfee4912aa8aefcc993ef89 /update.rdf.in | |
parent | 0a5ce1187281617a9e8f7661a348baa0fe5ec80a (diff) | |
download | fireflix-477cf5235fb719dda751a742ff068aa26cb9741b.zip fireflix-477cf5235fb719dda751a742ff068aa26cb9741b.tar.gz fireflix-477cf5235fb719dda751a742ff068aa26cb9741b.tar.bz2 |
firefox 2.0 compatibility
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@201 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | update.rdf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.rdf.in b/update.rdf.in index 0273e55..6320ca9 100644 --- a/update.rdf.in +++ b/update.rdf.in | |||
@@ -1,26 +1,26 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
2 | <RDF:RDF | 2 | <RDF:RDF |
3 | xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | 3 | xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> | 4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
5 | 5 | ||
6 | <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@"> | 6 | <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@"> |
7 | <em:updates> | 7 | <em:updates> |
8 | <RDF:Seq> | 8 | <RDF:Seq> |
9 | <RDF:li resource="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"/> | 9 | <RDF:li resource="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"/> |
10 | </RDF:Seq> | 10 | </RDF:Seq> |
11 | </em:updates> | 11 | </em:updates> |
12 | </RDF:Description> | 12 | </RDF:Description> |
13 | 13 | ||
14 | <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"> | 14 | <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"> |
15 | <em:version>@VERSION@</em:version> | 15 | <em:version>@VERSION@</em:version> |
16 | <em:targetApplication> | 16 | <em:targetApplication> |
17 | <Description> | 17 | <Description> |
18 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | 18 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
19 | <em:minVersion>1.5</em:minVersion> | 19 | <em:minVersion>1.5</em:minVersion> |
20 | <em:maxVersion>1.5.0.*</em:maxVersion> | 20 | <em:maxVersion>2.0</em:maxVersion> |
21 | <em:updateLink>http://kin.klever.net/dist/@PACKAGE@-@VERSION@.xpi</em:updateLink> | 21 | <em:updateLink>http://kin.klever.net/dist/@PACKAGE@-@VERSION@.xpi</em:updateLink> |
22 | </Description> | 22 | </Description> |
23 | </em:targetApplication> | 23 | </em:targetApplication> |
24 | </RDF:Description> | 24 | </RDF:Description> |
25 | 25 | ||
26 | </RDF:RDF> | 26 | </RDF:RDF> |