-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.classpath
37 lines (37 loc) · 2.94 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
<?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="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="thirdparty/colt-1.2.0/colt.jar"/>
<classpathentry kind="lib" path="thirdparty/json-20090211.jar"/>
<classpathentry kind="lib" path="thirdparty/httpcomponents-client-4.1.3/lib/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="thirdparty/httpcomponents-client-4.1.3/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="thirdparty/httpcomponents-client-4.1.3/lib/httpclient-4.1.3.jar"/>
<classpathentry kind="lib" path="thirdparty/httpcomponents-client-4.1.3/lib/httpclient-cache-4.1.3.jar"/>
<classpathentry kind="lib" path="thirdparty/httpcomponents-client-4.1.3/lib/httpcore-4.1.4.jar"/>
<classpathentry kind="lib" path="thirdparty/httpcomponents-client-4.1.3/lib/httpmime-4.1.3.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/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/jets3t-0.8.1/jars/jets3t-0.8.1.jar" sourcepath="thirdparty/jets3t-0.8.1/src.zip">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/rain/thirdparty/jets3t-0.8.1/api-docs.zip!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="thirdparty/jets3t-0.8.1/libs/commons-codec/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="thirdparty/jets3t-0.8.1/libs/commons-httpclient/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="thirdparty/jets3t-0.8.1/libs/commons-logging/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="thirdparty/mongo-2.5.3/mongo-2.5.3.jar" sourcepath="/home/rean/work/rain.git/thirdparty/mongo-2.5.3/mongo-2.5.3.zip"/>
<classpathentry kind="lib" path="thirdparty/riak-java-client/target/riak-client-1.0.6-SNAPSHOT-jar-with-dependencies.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>