-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
23 lines (23 loc) · 1.44 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="lib" path="commonlib/1line-ferrari.jar"/>
<classpathentry kind="lib" path="commonlib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="commonlib/commons-jexl-2.1.1.jar"/>
<classpathentry kind="lib" path="commonlib/commons-lang-2.5.jar"/>
<classpathentry kind="lib" path="commonlib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="commonlib/gson-2.2.2.jar"/>
<classpathentry kind="lib" path="commonlib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="commonlib/lucene-analyzers-3.6.2.jar"/>
<classpathentry kind="lib" path="commonlib/lucene-core-3.6.2.jar"/>
<classpathentry kind="lib" path="commonlib/lucene-queryparser-3.6.2.jar"/>
<classpathentry kind="lib" path="lib/hsearch-federated.jar"/>
<classpathentry kind="lib" path="hadooplib_12/hadoop-client-1.2.0.1.3.0.0-107.jar"/>
<classpathentry kind="lib" path="hadooplib_12/hadoop-core-1.2.0.1.3.0.0-107.jar"/>
<classpathentry kind="lib" path="hadooplib_12/hbase-0.94.6.1.3.0.0-107-security.jar"/>
<classpathentry kind="lib" path="hadooplib_12/zookeeper-3.4.5.1.3.3.0-58.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>