Ignore:
Timestamp:
May 28, 2009, 11:10:42 AM (14 years ago)
Author:
Nicklas Nordborg
Message:

Preparing for release 1.3

Location:
extensions/net.sf.basedb.mev/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.mev/trunk/META-INF/extensions.xml

    r1083 r1099  
    88      it import data from the current bioassay set.
    99    </description>
    10     <version>1.2</version>
     10    <version>1.3</version>
    1111    <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.mev</url>
    1212  </about>
     
    3737        </tooltip>
    3838        <onClick>MeV.launch($ID$)</onClick>
    39         <icon>~/images/tm4_launch.png</icon>
     39        <icon>~/images/tm4.png</icon>
    4040        <script>~/scripts/mev.jsp</script>
    4141      </parameters>
  • extensions/net.sf.basedb.mev/trunk/README

    r1082 r1099  
    3131    annotations that corresponds to the CGH file columns. Go to the
    3232    'Administrate -> Plugins -> Definitions' page and click on the
    33     'MeV CGH exporter' plug-in. Click on 'New configuration...' and give
     33    'MeV CGH exporter' plug-in. Click on 'New configuration...' and
    3434    enter a name and optionally a description. Then, click on 'Save and
    3535    configure' and select the corresponding reporter annotation columns
  • extensions/net.sf.basedb.mev/trunk/build.xml

    r1071 r1099  
    1010  <!-- variables used -->
    1111  <property name="name" value="mev-launcher" />
    12   <property name="version" value="1.3pre" />
     12  <property name="version" value="1.3" />
    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/net/sf/basedb/mev/Mev.java

    r1068 r1099  
    1212    The current version of this plug-in package.
    1313  */
    14   public static final String VERSION = "1.3pre";
     14  public static final String VERSION = "1.3";
    1515 
    1616  /**
Note: See TracChangeset for help on using the changeset viewer.