-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
16 lines (16 loc) · 995 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry excluding="src/" kind="src" path=""/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/opt/hadoop-0.20/hadoop-core.jar"/>
<classpathentry kind="lib" path="/opt/hadoop-0.20/hadoop-tools.jar"/>
<classpathentry kind="lib" path="/opt/hadoop-0.20/lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="/opt/hadoop-0.20/lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="/opt/hadoop-0.20/lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="/opt/hadoop-0.20/lib/jackson-mapper-asl-1.5.2.jar"/>
<classpathentry kind="lib" path="/opt/hadoop-0.20/lib/jackson-core-asl-1.5.2.jar"/>
<classpathentry kind="lib" path="/opt/hadoop-0.20/lib/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="/opt/hadoop-0.20/lib/guava-r09-jarjar.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>