-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
23 lines (23 loc) · 1.22 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/j3dcore.jar"/>
<classpathentry kind="lib" path="lib/vecmath.jar"/>
<classpathentry kind="lib" path="lib/j3dutils.jar"/>
<classpathentry kind="lib" path="lib/batik-svgpathparser-1.7.jar"/>
<classpathentry kind="lib" path="lib/jeksparser-calculator.jar"/>
<classpathentry kind="lib" path="lib/iText-2.1.7.jar"/>
<classpathentry kind="lib" path="lib/freehep-vectorgraphics-svg-2.1.1b.jar"/>
<classpathentry kind="lib" path="lib/sunflow-0.07.3i.jar"/>
<classpathentry kind="lib" path="lib/jmf.jar"/>
<classpathentry kind="lib" path="libtest/abbot.jar"/>
<classpathentry kind="lib" path="libtest/jdom-1.0.jar"/>
<classpathentry kind="lib" path="libtest/gnu-regexp-1.1.0.jar"/>
<classpathentry kind="lib" path="libtest/jdepend-2.9.jar"/>
<classpathentry kind="lib" path="libtest/AppleJavaExtensions.jar"/>
<classpathentry kind="lib" path="libtest/jnlp.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="output" path="classes"/>
</classpath>