-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
16 lines (16 loc) · 949 Bytes
/
Copy path.classpath
File metadata and controls
16 lines (16 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/junit"/>
<classpathentry combineaccessrules="false" kind="src" path="/guava"/>
<classpathentry combineaccessrules="false" kind="src" path="/caliper"/>
<classpathentry combineaccessrules="false" kind="src" path="/lombok"/>
<classpathentry combineaccessrules="false" kind="src" path="/jmh"/>
<classpathentry combineaccessrules="false" kind="src" path="/threetenbp"/>
<classpathentry combineaccessrules="false" kind="src" path="/euler"/>
<classpathentry combineaccessrules="false" kind="src" path="/gson"/>
<classpathentry combineaccessrules="false" kind="src" path="/guice"/>
<classpathentry combineaccessrules="false" kind="src" path="/fmt"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>