forked from mrry/skywriting
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
24 lines (24 loc) · 1.44 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="examples/skyhout/src/java"/>
<classpathentry kind="src" path="examples/tests/src/java"/>
<classpathentry kind="src" path="examples/Pi/src/java"/>
<classpathentry kind="src" path="examples/SmithWaterman/src/java"/>
<classpathentry kind="src" path="examples/Grep/src"/>
<classpathentry kind="src" path="examples/TeraSort/src"/>
<classpathentry kind="src" path="examples/WordCount/src"/>
<classpathentry kind="src" path="examples/kmeans/src/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="ext/google-gson-1.6/gson-1.6.jar"/>
<classpathentry kind="lib" path="ext/mahout-0.3/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="ext/mahout-0.3/lib/gson-1.3.jar"/>
<classpathentry kind="lib" path="ext/mahout-0.3/lib/hadoop-core-0.20.2.jar"/>
<classpathentry kind="lib" path="ext/mahout-0.3/lib/slf4j-api-1.5.8.jar"/>
<classpathentry kind="lib" path="ext/mahout-0.3/lib/slf4j-jcl-1.5.8.jar"/>
<classpathentry kind="lib" path="ext/mahout-0.3/lib/uncommons-maths-1.2.jar"/>
<classpathentry kind="lib" path="ext/mahout-0.3/mahout-collections-0.3.jar"/>
<classpathentry kind="lib" path="ext/mahout-0.3/mahout-core-0.3.jar"/>
<classpathentry kind="lib" path="ext/mahout-0.3/mahout-math-0.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>