forked from appliedtopology/javaplex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
17 lines (17 loc) · 871 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/bsh"/>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="src_test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/bsh-2.0b4.jar"/>
<classpathentry kind="lib" path="lib/colt.jar"/>
<classpathentry kind="lib" path="lib/jai_codec.jar"/>
<classpathentry kind="lib" path="lib/trove-2.1.0.jar"/>
<classpathentry kind="lib" path="lib/primitive-lib.jar" sourcepath="lib/primitive-lib.jar"/>
<classpathentry kind="lib" path="lib/velocity-1.6.4-dep.jar"/>
<classpathentry kind="lib" path="lib/commons-math-2.1.jar"/>
<classpathentry kind="lib" path="lib/junit-4.9b1.jar"/>
<classpathentry kind="lib" path="lib/core.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>