-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.classpath
55 lines (55 loc) · 3.43 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/core"/>
<classpathentry kind="src" path="src/examples"/>
<classpathentry kind="src" path="src/hdfs"/>
<classpathentry kind="src" path="src/mapred"/>
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="src" path="src/tools"/>
<classpathentry kind="src" path="src/contrib/data_join/src/java"/>
<classpathentry kind="src" path="src/contrib/data_join/src/examples"/>
<classpathentry kind="src" path="src/contrib/streaming/src/java"/>
<classpathentry kind="src" path="src/contrib/streaming/src/test"/>
<classpathentry kind="src" path="src/benchmarks/gridmix2/src/java"/>
<classpathentry kind="src" path="cppgen/src"/>
<classpathentry kind="src" path="src/contrib/fairscheduler/src/java"/>
<classpathentry kind="src" path="src/contrib/fairscheduler/src/test"/>
<classpathentry kind="src" path="src/contrib/failmon/src/java"/>
<classpathentry kind="src" path="src/contrib/hdfsproxy/src/java"/>
<classpathentry kind="src" path="src/contrib/hdfsproxy/src/test"/>
<classpathentry kind="src" path="src/contrib/index/src/java"/>
<classpathentry kind="src" path="src/contrib/index/src/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
<classpathentry kind="lib" path="lib/hsqldb-1.8.0.10.jar"/>
<classpathentry kind="lib" path="lib/kfs-0.2.2.jar"/>
<classpathentry kind="lib" path="lib/jsp-2.1/jsp-2.1.jar"/>
<classpathentry kind="lib" path="lib/jsp-2.1/jsp-api-2.1.jar"/>
<classpathentry kind="lib" path="src/test/lib/ftplet-api-1.0.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="src/test/lib/ftpserver-core-1.0.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="src/test/lib/ftpserver-server-1.0.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="src/test/lib/mina-core-2.0.0-M2-20080407.124109-12.jar"/>
<classpathentry kind="lib" path="lib/build/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/build/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="lib/build/commons-el-1.0.jar"/>
<classpathentry kind="lib" path="lib/build/commons-httpclient-3.0.1.jar"/>
<classpathentry kind="lib" path="lib/build/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/build/commons-logging-api-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/build/commons-net-1.4.1.jar"/>
<classpathentry kind="lib" path="lib/build/core-3.1.1.jar"/>
<classpathentry kind="lib" path="lib/build/jasper-compiler-5.5.12.jar"/>
<classpathentry kind="lib" path="lib/build/jasper-runtime-5.5.12.jar"/>
<classpathentry kind="lib" path="lib/build/jets3t-0.6.1.jar"/>
<classpathentry kind="lib" path="lib/build/jetty-6.1.14.jar"/>
<classpathentry kind="lib" path="lib/build/jetty-util-6.1.14.jar"/>
<classpathentry kind="lib" path="lib/build/junit-3.8.1.jar"/>
<classpathentry kind="lib" path="lib/build/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/build/mockito-all-1.8.0.jar"/>
<classpathentry kind="lib" path="lib/build/oro-2.0.8.jar"/>
<classpathentry kind="lib" path="lib/build/servlet-api-2.5-6.1.14.jar"/>
<classpathentry kind="lib" path="lib/build/slf4j-api-1.4.3.jar"/>
<classpathentry kind="lib" path="lib/build/slf4j-log4j12-1.4.3.jar"/>
<classpathentry kind="lib" path="lib/build/xmlenc-0.52.jar"/>
<classpathentry kind="lib" path="src/contrib/index/lib/lucene-core-2.3.1.jar"/>
<classpathentry kind="output" path="build/eclipse-classes"/>
</classpath>