-
Notifications
You must be signed in to change notification settings - Fork 42
/
.classpath
executable file
·41 lines (41 loc) · 2.62 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
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<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="org.eclipse.jst.server.core.container/org.cloudfoundry.appcloudserver.classPathProvider/Cloud Foundry (Runtime) v1.0"/>
<classpathentry kind="lib" path="dep-jar/com.ibm.ws.javaee.jaxrs.1.1_1.0.1.jar"/>
<classpathentry kind="lib" path="dep-jar/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="dep-jar/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="dep-jar/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="dep-jar/fluent-hc-4.3.4.jar"/>
<classpathentry kind="lib" path="dep-jar/httpclient-4.3.4.jar"/>
<classpathentry kind="lib" path="dep-jar/httpclient-cache-4.3.4.jar"/>
<classpathentry kind="lib" path="dep-jar/httpcore-4.3.2.jar"/>
<classpathentry kind="lib" path="dep-jar/httpmime-4.3.4.jar"/>
<classpathentry kind="lib" path="dep-jar/JSON4J.jar"/>
<classpathentry kind="lib" path="dep-jar/twitter4j-core-4.0.2.jar"/>
<classpathentry kind="lib" path="dep-jar/gson-2.3.jar"/>
<classpathentry kind="lib" path="dep-jar/org.ektorp-1.2.2.jar"/>
<classpathentry kind="lib" path="dep-jar/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="dep-jar/log4j-over-slf4j-1.7.2.jar"/>
<classpathentry kind="lib" path="dep-jar/slf4j-api-1.7.2.jar"/>
<classpathentry kind="lib" path="dep-jar/slf4j-jdk14-1.7.2.jar"/>
<classpathentry kind="lib" path="dep-jar/jackson-all-1.8.10.jar"/>
<classpathentry kind="lib" path="dep-jar/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="dep-jar/junit-4.11.jar"/>
<classpathentry kind="lib" path="dep-jar/org.ektorp-1.5.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="dep-jar/servlet-api.jar"/>
<classpathentry kind="lib" path="dep-jar/activation-1.1.jar"/>
<classpathentry kind="lib" path="dep-jar/commons-lang-2.3.jar"/>
<classpathentry kind="lib" path="dep-jar/jaxb-api-2.2.jar"/>
<classpathentry kind="lib" path="dep-jar/jaxb-impl-2.2.1.1.jar"/>
<classpathentry kind="lib" path="dep-jar/slf4j-api-1.6.1.jar"/>
<classpathentry kind="lib" path="dep-jar/slf4j-simple-1.6.1.jar"/>
<classpathentry kind="lib" path="dep-jar/stax-api-1.0-2.jar"/>
<classpathentry kind="lib" path="dep-jar/wink-common-1.4.jar"/>
<classpathentry kind="lib" path="dep-jar/wink-server-1.4.jar"/>
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
</classpath>