-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
22 lines (22 loc) · 1.28 KB
/
.classpath
File metadata and controls
22 lines (22 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="E:/jars/commons-io.jar"/>
<classpathentry kind="lib" path="E:/jars/flanagan.jar"/>
<classpathentry kind="lib" path="E:/jars/GalLibrary.jar"/>
<classpathentry kind="lib" path="E:/jars/mysql-connector-java-5.1.22-bin.jar"/>
<classpathentry kind="lib" path="E:/jars/omero_client.jar"/>
<classpathentry kind="lib" path="E:/jars/jfreechart-1.0.13/jfreechart-1.0.13-demo.jar"/>
<classpathentry kind="lib" path="E:/jars/jcommon-1.0.16/jcommon-1.0.16.jar"/>
<classpathentry kind="lib" path="E:/jars/openbis/dss_client.jar"/>
<classpathentry kind="lib" path="E:/jars/openbis/openbis_screening_api-batteries_included.jar"/>
<classpathentry kind="lib" path="E:/jars/commons-math3-3.0.jar" sourcepath="C:/Users/galliva/workspace/jars/commons-math3-3.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/C:/Users/galliva/workspace/jars/commons-math3-3.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>