Changeset 2205
- Timestamp:
- 2006-03-20 16:28:05 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AnnodexFirefoxExtension/trunk/Installer/updates.rdf
r2203 r2205 34 34 </RDF:Seq> 35 35 </em:updates> 36 </RDF:Description> 37 38 <RDF:Description about="urn:mozilla:extension:{B5C4CC1F-7FE4-45db-ABB2-D8EB25E5FBD9}:0.6.0"> 36 39 <!-- Firefox 0.9 version support for updates --> 37 40 <em:version>0.6.0</em:version> 38 <!-- Update plugin link location --> 39 <em:updateLink>http://www.annodex.net/software/AnnodexFirefoxExtension/AnnodexViewer-Core.xpi</em:updateLink> 40 <!-- End Update plugin link location --> 41 </RDF:Description> 42 43 <!-- This Description describes updates available to new version of Annodex Viewer --> 44 <RDF:Description about="urn:mozilla:extension:{B5C4CC1F-7FE4-45db-ABB2-D8EB25E5FBD9}:0.6.0"> 45 <em:version>0.6.0</em:version> 46 <!-- target Firefox --> 41 <!-- Target Application of Extension: Firefox Browser --> 47 42 <em:targetApplication> 48 < Description>43 <RDF:Description> 49 44 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> 50 45 <em:minVersion>0.9</em:minVersion> 51 <em:maxVersion>1.6 .*</em:maxVersion>46 <em:maxVersion>1.6+</em:maxVersion> 52 47 <!-- Update plugin link location --> 53 48 <em:updateLink>http://www.annodex.net/software/AnnodexFirefoxExtension/AnnodexViewer-Core.xpi</em:updateLink> 54 49 <!-- End Update plugin link location --> 55 </ Description>50 </RDF:Description> 56 51 </em:targetApplication> 57 52 </RDF:Description>