-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
18 lines (18 loc) · 1014 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-httpclient-3.0.1.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-api-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/hadoop-0.20.2-core.jar"/>
<classpathentry kind="lib" path="lib/hadoop-0.20.2-examples.jar"/>
<classpathentry kind="lib" path="lib/hadoop-0.20.2-streaming.jar"/>
<classpathentry kind="lib" path="lib/hadoop-0.20.2-test.jar"/>
<classpathentry kind="lib" path="lib/hadoop-0.20.2-tools.jar"/>
<classpathentry kind="lib" path="lib/junit-4.8.2.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/simplelatlng-1.0.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>