forked from psycopaths/psyco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
14 lines (14 loc) · 813 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="build/main" path="src/main"/>
<classpathentry kind="src" output="build/examples" path="src/examples"/>
<classpathentry kind="src" output="build/tests" path="src/tests"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/jpf-core"/>
<classpathentry combineaccessrules="false" kind="src" path="/jdart"/>
<classpathentry combineaccessrules="false" kind="src" path="/jconstraints"/>
<classpathentry kind="lib" path="lib/learnlib-0.9.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/guava-18.0.jar"/>
<classpathentry kind="lib" path="lib/automatalib-0.3.1-SNAPSHOT.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>