forked from portmann/voctrainer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
38 lines (38 loc) · 2.42 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/cglib-nodep-3.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-codec-1.9.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-collections4-4.0.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-lang3-3.2.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/datashop-webservices.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/ehcache-2.8.0.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/ejb3-persistence-1.0.2.GA.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/httpclient-4.0.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/httpcore-4.0.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/javassist-3.18.0-GA.zip"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/KittyCache-1.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/opencsv-2.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/scannotation-1.0.2.zip"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/simplejpa-1.5.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/slf4j-api-1.6.6.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/slf4j-jdk14-1.6.6.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/weka.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-7-openjdk-amd64">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="com.amazonaws.eclipse.sdk.AWS_JAVA_SDK"/>
<classpathentry kind="output" path="bin"/>
</classpath>