-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
26 lines (26 loc) · 2.23 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/hadoop-mapreduce-client-jobclient-2.7.2.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/hadoop-mapreduce-client-core-2.7.2.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/hadoop-mapreduce-client-core-2.4.1.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/hadoop-hdfs-2.7.2.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/hadoop-core-1.2.1.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/hadoop-core-1.1.2.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/hadoop-common-2.7.2.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/hadoop-common-2.4.1.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/hadoop-client-2.7.2.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/hadoop-auth-2.7.2.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/hadoop-annotations-2.7.2.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/hadoop-annotations-2.4.1.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/commons-math3-3.4.1.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/commons-lang3-3.4.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/commons-io-2.5.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/commons-configuration-1.6.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/commons-logging-1.2-javadoc.jar"/>
<classpathentry kind="lib" path="/Users/Shuo/study/eclipse/Labs_Jars/json-simple-1.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>