forked from rean/rain-workload-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
43 lines (43 loc) · 3.43 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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="thirdparty/httpcomponents-client-4.0.1/lib/apache-mime4j-0.6.jar"/>
<classpathentry kind="lib" path="thirdparty/httpcomponents-client-4.0.1/lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="thirdparty/httpcomponents-client-4.0.1/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="thirdparty/httpcomponents-client-4.0.1/lib/httpclient-4.0.1.jar"/>
<classpathentry kind="lib" path="thirdparty/httpcomponents-client-4.0.1/lib/httpcore-4.0.1.jar"/>
<classpathentry kind="lib" path="thirdparty/httpcomponents-client-4.0.1/lib/httpmime-4.0.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="thirdparty/json-20090211.jar"/>
<classpathentry kind="lib" path="thirdparty/colt-1.2.0/colt.jar"/>
<classpathentry kind="lib" path="thirdparty/hadoop-0.20.2/hadoop-0.20.2-core.jar" sourcepath="thirdparty/hadoop-0.20.2/src/"/>
<classpathentry kind="lib" path="thirdparty/hadoop-0.20.2/hadoop-0.20.2-tools.jar"/>
<classpathentry kind="lib" path="thirdparty/hadoop-0.20.2/lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="thirdparty/hadoop-0.20.2/hadoop-0.20.2-examples.jar"/>
<classpathentry kind="lib" path="thirdparty/hadoop-0.20.2/lib/commons-httpclient-3.0.1.jar"/>
<classpathentry kind="lib" path="thirdparty/zookeeper-3.3.2/zookeeper-3.3.2.jar"/>
<classpathentry kind="lib" path="thirdparty/zookeeper-3.3.2/lib/jline-0.9.94.jar"/>
<classpathentry kind="lib" path="thirdparty/zookeeper-3.3.2/lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="thirdparty/mysql-connector-java-5.1.14/mysql-connector-java-5.1.14-bin.jar"/>
<classpathentry kind="lib" path="thirdparty/mongo-2.5.3/mongo-2.5.3.jar"/>
<classpathentry kind="lib" path="thirdparty/riak-java-client/lib/commons-codec-1.2.jar"/>
<classpathentry kind="lib" path="thirdparty/riak-java-client/lib/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="thirdparty/riak-java-client/lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="thirdparty/riak-java-client/target/riak-client-0.14.2-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="thirdparty/commons-pool-1.5.6/commons-pool-1.5.6.jar"/>
<classpathentry kind="lib" path="thirdparty/jedis/target/jedis-1.5.3-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="thirdparty/atmos/build/emcesu.jar"/>
<classpathentry kind="lib" path="thirdparty/atmos/commons-httpclient/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="thirdparty/atmos/commons-httpclient/httpclient-4.1-alpha2.jar"/>
<classpathentry kind="lib" path="thirdparty/atmos/commons-httpclient/httpclient-cache-4.1-alpha2.jar"/>
<classpathentry kind="lib" path="thirdparty/atmos/commons-httpclient/httpcore-4.1-beta1.jar"/>
<classpathentry kind="lib" path="thirdparty/atmos/commons-httpclient/httpmime-4.1-alpha2.jar"/>
<classpathentry kind="lib" path="thirdparty/atmos/lib/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="thirdparty/atmos/lib/jdom-license.txt"/>
<classpathentry kind="lib" path="thirdparty/atmos/lib/jdom.jar"/>
<classpathentry kind="lib" path="thirdparty/atmos/lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="thirdparty/atmos/lib/security-1.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>