Changeset 1442
- Timestamp:
- Nov 2, 2011, 1:01:41 PM (12 years ago)
- Location:
- extensions/net.sf.basedb.mev/trunk
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.mev/trunk
- Property svn:ignore
-
old new 3 3 mev-launcher*.tar.gz 4 4 build.properties 5 mev-launcher.jar 5 .settings
-
- Property svn:ignore
-
extensions/net.sf.basedb.mev/trunk/README
r1395 r1442 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. 6.1distribution that has been10 extension uses the standard MEV 4.7.3 distribution that has been 11 11 Java Webstart enabled. For more information: 12 12 … … 21 21 3. Copy the mev-launcher.jar file to your BASE plug-ins directory. Look in 22 22 your 'base.config' file if you don't know where this is. 23 4. 23 4. Go to 'Administrate->Plug-ins & Extensions->Overview' page. 24 24 5. Run the installation wizard and select to install 'mev-launcher.jar'. 25 25 6. Run the 'MeV package installer' plug-in. Find this plug-in on the … … 55 55 To compile this package you also need: 56 56 57 1. Ant 1. 657 1. Ant 1.8 58 58 2. Java 1.6 59 59 -
extensions/net.sf.basedb.mev/trunk/build.xml
r1395 r1442 10 10 <!-- variables used --> 11 11 <property name="name" value="mev-launcher" /> 12 <property name="version" value="1.8 -alfa" />12 <property name="version" value="1.8" /> 13 13 <property name="src" location="src" description="Location of source files" /> 14 14 <property name="build" location="build" description="Location of compiled files" />
Note: See TracChangeset
for help on using the changeset viewer.