forked from myui/hivemall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
15 lines (15 loc) · 814 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main"/>
<classpathentry excluding="junk/**" kind="src" path="src/dev"/>
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/hadoop-core-0.20.2-cdh3u6.jar"/>
<classpathentry kind="lib" path="lib/hive-exec-0.9.0.jar"/>
<classpathentry kind="lib" path="lib/hive-serde-0.9.0.jar"/>
<classpathentry kind="lib" path="lib/optional/guava-r09-jarjar.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>