forked from typetools/checker-framework-inference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
19 lines (19 loc) · 1.14 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="I*.scala" kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/annotation-file-utilities"/>
<classpathentry combineaccessrules="false" kind="src" path="/dataflow"/>
<classpathentry combineaccessrules="false" kind="src" path="/jsr308-langtools"/>
<classpathentry combineaccessrules="false" kind="src" path="/scene-lib"/>
<classpathentry kind="lib" path="dist/gson-1.7.2.jar"/>
<classpathentry kind="lib" path="dist/json-simple-1.1.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="dist/mockito-all-1.8.4.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/checker"/>
<classpathentry combineaccessrules="false" kind="src" path="/framework"/>
<classpathentry combineaccessrules="false" kind="src" path="/javacutil"/>
<classpathentry combineaccessrules="false" kind="src" path="/plume-lib"/>
<classpathentry kind="output" path="bin"/>
</classpath>