-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
executable file
·20 lines (20 loc) · 1.12 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="extras"/>
<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/hadoop-core-0.20.1.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/zookeeper-3.3.1.jar"/>
<classpathentry kind="lib" path="lib/test/hamcrest-all-1.2.jar"/>
<classpathentry kind="lib" path="lib/test/mockito-all-1.8.5.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-3.0.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-3.0.2.jar"/>
<classpathentry kind="lib" path="lib/lire.jar"/>
<classpathentry kind="lib" path="lib/caliph-emir-cbir.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="/Opala/opala.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>