forked from jingwei/krati
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
16 lines (16 loc) · 859 Bytes
/
.classpath
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="src" path="cds/src/api"/>
<classpathentry kind="src" path="cds/src/impl"/>
<classpathentry kind="src" path="test/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/zookeeper-3.2.2.jar"/>
<classpathentry kind="lib" path="lib/xerces-1.4.4.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/junit-4.5.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/fastutil-5.0.5.jar"/>
<classpathentry kind="lib" path="lib/zoie-2.0.0-rc3.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>