Changeset 1099 for extensions/net.sf.basedb.mev/trunk
- Timestamp:
- May 28, 2009, 11:10:42 AM (14 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
r1083 r1099 8 8 it import data from the current bioassay set. 9 9 </description> 10 <version>1. 2</version>10 <version>1.3</version> 11 11 <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.mev</url> 12 12 </about> … … 37 37 </tooltip> 38 38 <onClick>MeV.launch($ID$)</onClick> 39 <icon>~/images/tm4 _launch.png</icon>39 <icon>~/images/tm4.png</icon> 40 40 <script>~/scripts/mev.jsp</script> 41 41 </parameters> -
extensions/net.sf.basedb.mev/trunk/README
r1082 r1099 31 31 annotations that corresponds to the CGH file columns. Go to the 32 32 'Administrate -> Plugins -> Definitions' page and click on the 33 'MeV CGH exporter' plug-in. Click on 'New configuration...' and give33 'MeV CGH exporter' plug-in. Click on 'New configuration...' and 34 34 enter a name and optionally a description. Then, click on 'Save and 35 35 configure' and select the corresponding reporter annotation columns -
extensions/net.sf.basedb.mev/trunk/build.xml
r1071 r1099 10 10 <!-- variables used --> 11 11 <property name="name" value="mev-launcher" /> 12 <property name="version" value="1.3 pre" />12 <property name="version" value="1.3" /> 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/net/sf/basedb/mev/Mev.java
r1068 r1099 12 12 The current version of this plug-in package. 13 13 */ 14 public static final String VERSION = "1.3 pre";14 public static final String VERSION = "1.3"; 15 15 16 16 /**
Note: See TracChangeset
for help on using the changeset viewer.