Changeset 1446
- Timestamp:
- Nov 2, 2011, 2:35:57 PM (11 years ago)
- Location:
- plugins/base2/net.sf.basedb.illumina/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.illumina/trunk/COMPILE
r1386 r1446 8 8 ------------ 9 9 10 1. Ant 1. 610 1. Ant 1.8 11 11 12 12 2. Java 1.6 -
plugins/base2/net.sf.basedb.illumina/trunk/META-INF/extensions.xml
r1386 r1446 27 27 <about> 28 28 <name>Illumina extensions</name> 29 <version>1.7 -dev</version>29 <version>1.7</version> 30 30 <copyright>BASE development team</copyright> 31 31 <email>basedb-users@lists.sourceforge.net</email> -
plugins/base2/net.sf.basedb.illumina/trunk/build.xml
r1386 r1446 14 14 <!-- variables used --> 15 15 <property name="name" value="illumina-plugins" /> 16 <property name="version" value="1.7 -dev" />16 <property name="version" value="1.7" /> 17 17 <property name="src" location="src" description="Location of source files" /> 18 18 <property name="build" location="build" description="Location of compiled files" /> -
plugins/base2/net.sf.basedb.illumina/trunk/src/net/sf/basedb/illumina/Illumina.java
r1386 r1446 36 36 The current version of this package. 37 37 */ 38 public static final String VERSION = "1.7 -dev";38 public static final String VERSION = "1.7"; 39 39 40 40
Note: See TracChangeset
for help on using the changeset viewer.