-
Notifications
You must be signed in to change notification settings - Fork 8
/
.classpath
29 lines (29 loc) · 1.67 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="stubs"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jfreechart/jcommon.jar"/>
<classpathentry kind="lib" path="lib/jfreechart/jfreechart.jar" sourcepath="/net/home/scott/workspace/jfreechart/source"/>
<classpathentry kind="lib" path="lib/log4j/log4j.jar" sourcepath="/net/home/scott/workspace/log4j/src"/>
<classpathentry kind="lib" path="lib/junit/junit.jar"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="resources"/>
<classpathentry kind="lib" path="lib/mysql/mysql-jdbc.jar"/>
<classpathentry kind="lib" path="lib/ptolemy/plot.jar" sourcepath="/net/home/scott/workspace/ptplot"/>
<classpathentry kind="lib" path="lib/jacorb"/>
<classpathentry kind="lib" path="lib/jacorb/antlr-2.7.2.jar"/>
<classpathentry kind="lib" path="lib/jacorb/jacorb-3.9.jar"/>
<classpathentry kind="lib" path="lib/jacorb/jacorb-omgapi-3.9.jar"/>
<classpathentry kind="lib" path="lib/jacorb/jacorb-services-3.9.jar"/>
<classpathentry kind="lib" path="lib/jacorb/picocontainer-1.2.jar"/>
<classpathentry kind="lib" path="lib/jacorb/slf4j-api-1.7.14.jar"/>
<classpathentry kind="lib" path="lib/jacorb/slf4j-jdk14-1.7.14.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/jacorb/jboss-rmi-api.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>