Annotation of annozilla/www/annozilla-update.rdf, revision 1.11
1.1 matthew 1: <?xml version="1.0"?>
2: <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3: xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4:
5: <Description about="urn:mozilla:extension:{6a0d8528-3350-49b8-b26f-ea49fd8ea706}">
6: <!-- Firefox 1.0 format: list of all available updates -->
7: <em:updates>
8: <Seq>
1.8 matthew 9: <li resource="urn:mozilla:extension:{6a0d8528-3350-49b8-b26f-ea49fd8ea706}:0.6.5"/>
1.11 ! matthew 10: <li resource="urn:mozilla:extension:{6a0d8528-3350-49b8-b26f-ea49fd8ea706}:0.6.6"/>
1.1 matthew 11: </Seq>
12: </em:updates>
13: </Description>
14:
1.8 matthew 15: <Description about="urn:mozilla:extension:{6a0d8528-3350-49b8-b26f-ea49fd8ea706}:0.6.5">
16: <em:version>0.6.5</em:version>
1.1 matthew 17: <em:targetApplication>
18: <Description>
19: <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
20: <em:minVersion>1.0</em:minVersion>
1.9 matthew 21: <em:maxVersion>2.0b1</em:maxVersion>
1.8 matthew 22: <em:updateLink>http://downloads.mozdev.org/annozilla/annozilla-0.6.5.xpi</em:updateLink>
1.1 matthew 23: </Description>
24: </em:targetApplication>
1.10 matthew 25: <!-- Dependencies -->
26: <em:requires>
27: <Description>
28: <em:id>{1a78ab42-f996-4c90-a649-4e7a2dcad5c0}</em:id>
29: <em:name>annotations</em:name>
30: <em:homepageURL>http://annozilla.mozdev.org/</em:homepageURL>
31: <em:updateURL>http://annozilla.mozdev.org/annotations-update.rdf</em:updateURL>
32: <em:minVersion>0.3.3</em:minVersion>
33: <em:maxVersion>0.3.3</em:maxVersion>
34: </Description>
35: </em:requires>
36: <em:requires>
37: <Description>
38: <em:id>{f2ba8b04-849e-4818-861c-46a2b838326a}</em:id>
39: <em:name>xpointerlib</em:name>
40: <em:homepageURL>http://xpointerlib.mozdev.org/</em:homepageURL>
41: <em:updateURL>http://xpointerlib.mozdev.org/xpointerlib-update.rdf</em:updateURL>
42: <em:minVersion>0.2.2</em:minVersion>
43: <em:maxVersion>0.2.3</em:maxVersion>
44: </Description>
45: </em:requires>
1.11 ! matthew 46: </Description>
1.10 matthew 47:
1.11 ! matthew 48: <Description about="urn:mozilla:extension:{6a0d8528-3350-49b8-b26f-ea49fd8ea706}:0.6.6">
! 49: <em:version>0.6.6</em:version>
! 50: <em:targetApplication>
! 51: <Description>
! 52: <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
! 53: <em:minVersion>1.0</em:minVersion>
! 54: <em:maxVersion>2.0b1</em:maxVersion>
! 55: <em:updateLink>http://downloads.mozdev.org/annozilla/annozilla-0.6.6.xpi</em:updateLink>
! 56: </Description>
! 57: </em:targetApplication>
! 58: <!-- Dependencies -->
! 59: <em:requires>
! 60: <Description>
! 61: <em:id>{1a78ab42-f996-4c90-a649-4e7a2dcad5c0}</em:id>
! 62: <em:name>annotations</em:name>
! 63: <em:homepageURL>http://annozilla.mozdev.org/</em:homepageURL>
! 64: <em:updateURL>http://annozilla.mozdev.org/annotations-update.rdf</em:updateURL>
! 65: <em:minVersion>0.3.3</em:minVersion>
! 66: <em:maxVersion>0.3.3</em:maxVersion>
! 67: </Description>
! 68: </em:requires>
! 69: <em:requires>
! 70: <Description>
! 71: <em:id>{f2ba8b04-849e-4818-861c-46a2b838326a}</em:id>
! 72: <em:name>xpointerlib</em:name>
! 73: <em:homepageURL>http://xpointerlib.mozdev.org/</em:homepageURL>
! 74: <em:updateURL>http://xpointerlib.mozdev.org/xpointerlib-update.rdf</em:updateURL>
! 75: <em:minVersion>0.2.2</em:minVersion>
! 76: <em:maxVersion>0.2.3</em:maxVersion>
! 77: </Description>
! 78: </em:requires>
1.1 matthew 79: </Description>
80:
81: </RDF>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>