-
Notifications
You must be signed in to change notification settings - Fork 9
/
.classpath
18 lines (18 loc) · 1.33 KB
/
.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"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/checker-framework-inference"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/framework"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/jsr308-langtools"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/plume-lib"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/scene-lib"/>
<classpathentry exported="true" kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/generic-type-inference-solver"/>
<classpathentry kind="lib" path="/checker-framework-inference/dist/org.ow2.sat4j.core-2.3.4.jar"/>
<classpathentry kind="lib" path="/checker-framework-inference/dist/org.ow2.sat4j.maxsat-2.3.4.jar"/>
<classpathentry kind="lib" path="/checker-framework-inference/dist/org.ow2.sat4j.pb-2.3.4.jar"/>
<classpathentry kind="lib" path="/checker-framework-inference/dist/plume.jar"/>
<classpathentry kind="lib" path="/framework/tests/junit-4.12.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>