-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.classpath
More file actions
17 lines (17 loc) · 1.08 KB
/
.classpath
File metadata and controls
17 lines (17 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jsr305-1.3.9.jar"/>
<classpathentry kind="lib" path="lib/junit-4.1.jar"/>
<classpathentry kind="lib" path="lib/libthrift-0.8.0.jar"/>
<classpathentry kind="lib" path="lib/leveldbjni-all-1.8.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.1.jar" sourcepath="/Users/gomes/.m2/repository/commons-io/commons-io/2.1/commons-io-2.1-sources.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.9.jar"/>
<classpathentry kind="lib" path="lib/slf4j-simple-1.7.9.jar"/>
<classpathentry kind="lib" path="lib/guava-18.0.jar" sourcepath="/Users/gomes/Downloads/guava-18.0-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-pool2-2.3.jar" sourcepath="/Users/gomes/Downloads/commons-pool2-2.3/commons-pool2-2.3-javadoc.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>