forked from donal-s/SpatialKappa
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.classpath
18 lines (18 loc) · 973 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="test/java"/>
<classpathentry kind="src" path="test/acceptance/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="src/lib/jlfgr-1_0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="src/lib/antlr-3.2.jar"/>
<classpathentry kind="lib" path="src/lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="src/lib/jcommon-1.0.16.jar"/>
<classpathentry kind="lib" path="src/lib/jfreechart-1.0.13.jar"/>
<classpathentry kind="lib" path="test/lib/asm-3.3.1.jar"/>
<classpathentry kind="lib" path="test/lib/cglib-2.2.jar"/>
<classpathentry kind="lib" path="test/lib/easymock-3.0.jar"/>
<classpathentry kind="lib" path="test/lib/objenesis-1.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>