-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
39 lines (39 loc) · 2.89 KB
/
.classpath
File metadata and controls
39 lines (39 loc) · 2.89 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</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 exported="true" kind="lib" path="dep-jar/commons-codec-1.6.jar"/>
<classpathentry exported="true" kind="lib" path="dep-jar/commons-io-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="dep-jar/commons-logging-1.1.3.jar"/>
<classpathentry exported="true" kind="lib" path="dep-jar/log4j-1.2.17.jar"/>
<classpathentry exported="true" kind="lib" path="dep-jar/log4j-over-slf4j-1.7.2.jar"/>
<classpathentry exported="true" kind="lib" path="dep-jar/slf4j-api-1.7.2.jar"/>
<classpathentry exported="true" kind="lib" path="dep-jar/slf4j-jdk14-1.7.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/com.ibm.ws.javaee.jaxrs.1.1_1.0.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-fileupload-1.3.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/javax.servlet_3.0.0.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-aop-4.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-aspects-4.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-beans-4.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-context-4.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-core-4.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-expression-4.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-framework-bom-4.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-web-4.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-webmvc-4.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-webmvc-portlet-4.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-websocket-4.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/cloudant-client-1.0.0-beta1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/gson-2.2.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/httpclient-4.3.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/httpclient-cache-4.3.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/httpmime-4.3.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/httpcore-4.3.2.jar"/>
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
</classpath>