forked from opprop/units-inference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
12 lines (12 loc) · 803 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="build/classes/java/main" path="src"/>
<classpathentry kind="src" output="build/classes/java/test" path="tests"/>
<classpathentry kind="src" path="/checker"/>
<classpathentry kind="src" path="/checker-framework-inference"/>
<classpathentry kind="lib" path="/checker-framework-inference/lib/com.microsoft.z3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="/checker-framework-inference/dist/checker-framework-inference.jar"/>
<classpathentry kind="output" path="build/classes/java"/>
</classpath>