This repository was archived by the owner on Jun 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.classpath
More file actions
24 lines (24 loc) · 1.31 KB
/
.classpath
File metadata and controls
24 lines (24 loc) · 1.31 KB
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" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="builder"/>
<classpathentry combineaccessrules="false" kind="src" path="/winterwell.utils"/>
<classpathentry combineaccessrules="false" kind="src" path="/winterwell.web"/>
<classpathentry combineaccessrules="false" kind="src" path="/winterwell.bob"/>
<classpathentry combineaccessrules="false" kind="src" path="/flexi-gson"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry exported="true" kind="lib" path="dependencies/guava.jar" sourcepath="dependencies/guava-27.0.1-sources.jar"/>
<classpathentry kind="lib" path="dependencies/checker-qual.jar"/>
<classpathentry kind="lib" path="dependencies/error_prone_annotations.jar"/>
<classpathentry kind="lib" path="dependencies/failureaccess.jar"/>
<classpathentry kind="lib" path="dependencies/j2objc-annotations.jar"/>
<classpathentry kind="lib" path="dependencies/jsr305.jar"/>
<classpathentry kind="lib" path="dependencies/listenablefuture.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>