-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
17 lines (17 loc) · 1.14 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/antlr-3.3-complete.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mysql-connector-java-5.1.20-bin.jar"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry exported="true" kind="lib" path="lib/oy-lm-1.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/hadoop-common-2.0.0-cdh4.2.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/hive-exec-0.10.0-cdh4.2.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javassist-3.15.0-GA.jar"/>
<classpathentry exported="true" kind="con" path="com.amazonaws.eclipse.sdk.AWS_JAVA_SDK"/>
<classpathentry exported="true" kind="lib" path="lib/commons-math3-3.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>