Changeset 2743
- Timestamp:
- 2007-05-19 02:50:01 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AnnodexFirefoxExtension/branches/cafe/Installer/install.js
r2314 r2743 38 38 39 39 const REGISTERED_PACKAGE_NAME = "/CSIRO/AnnodexViewer/VLCMediaEngine"; 40 const PACKAGE_VERSION = "0. 6.5";40 const PACKAGE_VERSION = "0.7.0"; 41 41 42 42 // Initialise the installer … … 148 148 ( 149 149 REGISTERED_PACKAGE_NAME, 150 "0.6.5",150 PACKAGE_VERSION, 151 151 "bin/plugins", // jar source folder 152 152 PluginsDirectory, // target folder AnnodexFirefoxExtension/branches/cafe/Installer/install.rdf
r2591 r2743 28 28 - Andre Pang <andre.pang@csiro.au> 29 29 - Chris Chiu <chris.chiu@csiro.au> 30 - Chris Ford <christophertford@gmail.com> 30 31 - 31 32 - Alternatively, the contents of this file may be used under the terms of … … 50 51 <!-- properties --> 51 52 <em:id>{B5C4CC1F-7FE4-45db-ABB2-D8EB25E5FBD9}</em:id> 52 <em:version>0. 6.5</em:version>53 <em:version>0.7.0</em:version> 53 54 <!-- target Firefox --> 54 55 <em:targetApplication> … … 56 57 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> 57 58 <em:minVersion>0.9</em:minVersion> 58 <em:maxVersion>2. *</em:maxVersion>59 <em:maxVersion>2.0.0.*</em:maxVersion> 59 60 </Description> 60 61 </em:targetApplication> … … 76 77 <em:contributor>Silvia Pfeiffer</em:contributor> 77 78 <em:contributor>Chris Chiu</em:contributor> 79 <em:contributor>Chris Ford</em:contributor> 78 80 </Description> 79 81 </RDF>