forked from Baqend/Orestes-Bloomfilter
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.classpath
More file actions
13 lines (13 loc) · 666 Bytes
/
.classpath
File metadata and controls
13 lines (13 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="js"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jedis-2.1.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/commons-math-2.2.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-9.0.0.RC2.jar"/>
<classpathentry kind="lib" path="lib/gson-2.2.4.jar" sourcepath="lib/gson-2.2.4-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>