Ignore:
Timestamp:
Jun 14, 2012, 9:12:10 AM (11 years ago)
Author:
Nicklas Nordborg
Message:

Preparing for MeV launcher 1.10 release.

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  
    88      it import data from the current bioassay set.
    99    </description>
    10     <version>1.10-dev</version>
     10    <version>1.10</version>
    1111    <copyright>BASE development team</copyright>
    1212    <email>basedb-users@lists.sourceforge.net</email>
  • extensions/net.sf.basedb.mev/trunk/README

    r1540 r1703  
    88opens TIGR MultiExperiment Viewer (MEV) as a Java webstart application and
    99automatically imports data from the currently selected bioassay set. This
    10 extension uses the standard MEV 4.7.3 distribution that has been
    11 Java Webstart enabled. For more information:
     10extension uses the standard MEV 4.8.1 distribution (linux version) that
     11has been Java Webstart enabled. For more information:
    1212
    1313 * The homepage for this extension:
     
    6565 2. Type `ant download-lib` to automatically download the BASE core JAR files that
    6666    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 and
    68     base-webservices-client-3.0.0.jar from the BASE installation directory
     67    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
    6969    (<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory.
    7070
  • extensions/net.sf.basedb.mev/trunk/build.xml

    r1579 r1703  
    1010  <!-- variables used -->
    1111  <property name="name" value="mev-launcher" />
    12   <property name="version" value="1.10-dev" />
     12  <property name="version" value="1.10" />
    1313  <property name="src" location="src" description="Location of source files" />
    1414  <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  
    3636    The current version of this plug-in package.
    3737  */
    38   public static final String VERSION = "1.10-dev";
     38  public static final String VERSION = "1.10";
    3939
    4040  /**
Note: See TracChangeset for help on using the changeset viewer.