-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
13 lines (13 loc) · 885 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"/>
<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/hadoop"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/MRUnit"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/opencsv"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/hbase"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/old_guava"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>