source: extensions/net.sf.basedb.mev/trunk/.classpath @ 1163

Last change on this file since 1163 was 1163, checked in by Nicklas Nordborg, 14 years ago

References #242: Implement "Save to BASE" function in the MeV gui

The menu item is in place as well as the file saving/upload functionality. There is need for more error handling. The possibility of creating a new child bioassay set is not yet implemented. The file will always be attached to the same bioassay set as it was loaded from. The functionality has only been tested when the original file is an analysis file. Some slight adjustments are probably needed when starting with TDMS or CGH files.

File size: 905 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3  <classpathentry kind="src" path="src/server"/>
4  <classpathentry kind="src" path="src/webstart"/>
5  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6  <classpathentry kind="lib" path="lib/compile/servlet-api.jar"/>
7  <classpathentry kind="lib" path="lib/compile/BASE2CorePlugins.jar"/>
8  <classpathentry kind="lib" path="lib/compile/BASE2Webclient.jar"/>
9  <classpathentry kind="lib" path="lib/compile/BASE2WSClient.jar"/>
10  <classpathentry kind="lib" path="lib/compile/BASE2Core.jar" sourcepath="/trunk/src/core"/>
11  <classpathentry kind="lib" path="resources/jar/mev-base.jar" sourcepath="/mev-4.4.1/source"/>
12  <classpathentry kind="lib" path="resources/jar/mev-gui-impl.jar" sourcepath="/mev-4.4.1/source"/>
13  <classpathentry kind="lib" path="resources/jar/HTTPClient.jar"/>
14  <classpathentry kind="output" path="bin"/>
15</classpath>
Note: See TracBrowser for help on using the repository browser.