Changeset 1703 for extensions/net.sf.basedb.mev/trunk
- Timestamp:
- Jun 14, 2012, 9:12:10 AM (11 years ago)
- Location:
- extensions/net.sf.basedb.mev/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.mev/trunk/META-INF/extensions.xml
r1579 r1703 8 8 it import data from the current bioassay set. 9 9 </description> 10 <version>1.10 -dev</version>10 <version>1.10</version> 11 11 <copyright>BASE development team</copyright> 12 12 <email>basedb-users@lists.sourceforge.net</email> -
extensions/net.sf.basedb.mev/trunk/README
r1540 r1703 8 8 opens TIGR MultiExperiment Viewer (MEV) as a Java webstart application and 9 9 automatically imports data from the currently selected bioassay set. This 10 extension uses the standard MEV 4. 7.3 distribution that has been11 Java Webstart enabled. For more information:10 extension uses the standard MEV 4.8.1 distribution (linux version) that 11 has been Java Webstart enabled. For more information: 12 12 13 13 * The homepage for this extension: … … 65 65 2. Type `ant download-lib` to automatically download the BASE core JAR files that 66 66 are neeed for compilation. You can also do this manually by copying the 67 base-core-3. 0.0.jar, base-webclient-3.0.0.jar, base-coreplugins-3.0.0.jar and68 base-webservices-client-3. 0.0.jar from the BASE installation directory67 base-core-3.1.0.jar, base-webclient-3.1.0.jar, base-coreplugins-3.1.0.jar and 68 base-webservices-client-3.1.0.jar from the BASE installation directory 69 69 (<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory. 70 70 -
extensions/net.sf.basedb.mev/trunk/build.xml
r1579 r1703 10 10 <!-- variables used --> 11 11 <property name="name" value="mev-launcher" /> 12 <property name="version" value="1.10 -dev" />12 <property name="version" value="1.10" /> 13 13 <property name="src" location="src" description="Location of source files" /> 14 14 <property name="build" location="build" description="Location of compiled files" /> -
extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev/Mev.java
r1579 r1703 36 36 The current version of this plug-in package. 37 37 */ 38 public static final String VERSION = "1.10 -dev";38 public static final String VERSION = "1.10"; 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.