-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
16 lines (16 loc) · 1.01 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry including="res/" kind="src" path="src"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk_1.4.2"/>
<classpathentry kind="lib" path="src/release/lib/jfreechart.jar"/>
<classpathentry kind="lib" path="src/release/lib/xml/jaxp-api.jar"/>
<classpathentry kind="lib" path="buildlib/xml-apis.jar"/>
<classpathentry kind="var" path="JUNIT_HOME/junit.jar" sourcepath="ECLIPSE_HOME/plugins/org.eclipse.jdt.source_3.0.0/src/org.junit_3.8.1/junitsrc.zip"/>
<classpathentry kind="lib" path="src/release/lib/jh.jar"/>
<classpathentry kind="lib" path="src/release/lib/activation.jar"/>
<classpathentry kind="lib" path="src/release/lib/commons-email-1.0.jar"/>
<classpathentry kind="lib" path="src/release/lib/mail.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>