|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <classpath> |
3 | | - <classpathentry kind="src" path="src"/> |
4 | | - <classpathentry kind="src" path="test"/> |
5 | | - <classpathentry kind="lib" path="lib/ant-contrib-1.0b3.jar"/> |
6 | | - <classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/> |
7 | | - <classpathentry kind="lib" path="lib/commons-net-1.4.1.jar"/> |
8 | | - <classpathentry kind="lib" path="lib/hadoop-common-0.21.0.jar" sourcepath="/home/sgoyal/hadoop-0.21.0/common/src"/> |
9 | | - <classpathentry kind="lib" path="lib/hadoop-common-test-0.21.0.jar"/> |
10 | | - <classpathentry kind="lib" path="lib/hadoop-hdfs-0.21.0-sources.jar"/> |
11 | | - <classpathentry kind="lib" path="lib/hadoop-hdfs-0.21.0.jar"/> |
12 | | - <classpathentry kind="lib" path="lib/hadoop-hdfs-ant-0.21.0.jar"/> |
13 | | - <classpathentry kind="lib" path="lib/hadoop-hdfs-test-0.21.0-sources.jar"/> |
14 | | - <classpathentry kind="lib" path="lib/hadoop-hdfs-test-0.21.0.jar"/> |
15 | | - <classpathentry kind="lib" path="lib/hadoop-mapred-0.21.0-sources.jar"/> |
16 | | - <classpathentry kind="lib" path="lib/hadoop-mapred-0.21.0.jar" sourcepath="/home/sgoyal/hadoop-0.21.0/mapred/src/java"/> |
17 | | - <classpathentry kind="lib" path="lib/hadoop-mapred-examples-0.21.0.jar"/> |
18 | | - <classpathentry kind="lib" path="lib/hadoop-mapred-test-0.21.0.jar" sourcepath="/home/sgoyal/hadoop-0.21.0/mapred/src/test"/> |
19 | | - <classpathentry kind="lib" path="lib/hadoop-mapred-tools-0.21.0.jar"/> |
20 | | - <classpathentry kind="lib" path="lib/ivy-2.2.0.jar"/> |
21 | | - <classpathentry kind="lib" path="lib/jackson-core-asl-1.4.0.jar"/> |
22 | | - <classpathentry kind="lib" path="lib/jackson-mapper-asl-1.4.0.jar"/> |
23 | | - <classpathentry kind="lib" path="lib/junit-4.5.jar"/> |
24 | | - <classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/> |
25 | | - <classpathentry kind="lib" path="lib/mockito-all-1.8.1.jar"/> |
26 | | - <classpathentry kind="lib" path="lib/mockito-core-1.8.1.jar"/> |
27 | | - <classpathentry kind="lib" path="lib/mysql-connector-java-5.1.13.jar"/> |
28 | | - <classpathentry kind="lib" path="lib/partner-20.jar"/> |
29 | | - <classpathentry kind="lib" path="lib/wsc-20.jar"/> |
30 | | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
31 | | - <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> |
32 | | - <classpathentry kind="lib" path="/home/sgoyal/hadoop-0.21.0/lib/jetty-6.1.14.jar"/> |
33 | | - <classpathentry kind="lib" path="/home/sgoyal/hadoop-0.21.0/lib/jetty-util-6.1.14.jar"/> |
34 | | - <classpathentry kind="lib" path="/home/sgoyal/hadoop-0.21.0/lib/servlet-api-2.5-6.1.14.jar"/> |
35 | | - <classpathentry kind="lib" path="/home/sgoyal/hadoop-0.21.0/lib/jsp-2.1-6.1.14.jar"/> |
36 | | - <classpathentry kind="lib" path="/home/sgoyal/hadoop-0.21.0/lib/jsp-api-2.1-6.1.14.jar"/> |
37 | | - <classpathentry kind="lib" path="/home/sgoyal/hadoop-0.21.0/lib/commons-httpclient-3.1.jar"/> |
38 | | - <classpathentry kind="lib" path="/home/sgoyal/hadoop-0.21.0/lib/hsqldb-1.8.0.10.jar"/> |
39 | | - <classpathentry kind="lib" path="/home/sgoyal/hadoop-0.21.0/lib/commons-cli-1.2.jar"/> |
40 | | - <classpathentry kind="lib" path="lib/avro-1.4.1.jar"/> |
41 | | - <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Pig0.7"/> |
42 | | - <classpathentry kind="output" path="build/classes"/> |
| 3 | + <classpathentry kind="src" output="target/classes" path="src/main/java"/> |
| 4 | + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/> |
| 5 | + <classpathentry kind="src" output="target/test-classes" path="src/test/java"/> |
| 6 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> |
| 7 | + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/> |
| 8 | + <classpathentry kind="output" path="target/classes"/> |
43 | 9 | </classpath> |
0 commit comments