forked from star-finder/jpf-costar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
24 lines (24 loc) · 1.38 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
24
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="build/main" path="src/main"/>
<classpathentry kind="src" path="src/output"/>
<classpathentry kind="src" output="build/examples" path="src/examples"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/jpf-core"/>
<classpathentry kind="lib" path="lib/gson-2.2.4.jar"/>
<classpathentry kind="lib" path="lib/guava-14.0.1.jar"/>
<classpathentry kind="lib" path="lib/antlr-4.7-complete.jar"/>
<classpathentry kind="lib" path="lib/jconstraints-0.9.2-SNAPSHOT.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/starlib"/>
<classpathentry combineaccessrules="false" kind="src" path="/jpf-star"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/asm-6.0.jar"/>
<classpathentry kind="lib" path="lib/asm-analysis-6.0.jar"/>
<classpathentry kind="lib" path="lib/asm-commons-6.0.jar"/>
<classpathentry kind="lib" path="lib/asm-tree-6.0.jar"/>
<classpathentry kind="lib" path="lib/asm-util-6.0.jar"/>
<classpathentry kind="lib" path="lib/asm-xml-6.0.jar"/>
<classpathentry kind="lib" path="lib/org.jacoco.core-0.8.0.jar"/>
<classpathentry kind="lib" path="lib/ganttproject-guava.jar"/>
<classpathentry kind="output" path="build/output"/>
</classpath>