forked from cvishal/CatalogMonitor2016
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
58 lines (58 loc) · 3.27 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/com.ibm.ws.st.core.runtimeClasspathProvider/Liberty8556"/>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="lib" path="jars/aopalliance-1.0.jar"/>
<classpathentry kind="lib" path="jars/commons-fileupload-1.3.jar"/>
<classpathentry kind="lib" path="jars/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="jars/spring-aop-3.2.3.RELEASE.jar"/>
<classpathentry kind="lib" path="jars/spring-aspects-3.2.3.RELEASE.jar"/>
<classpathentry kind="lib" path="jars/spring-beans-3.2.3.RELEASE.jar"/>
<classpathentry kind="lib" path="jars/spring-context-3.2.3.RELEASE.jar"/>
<classpathentry kind="lib" path="jars/spring-context-support-3.2.3.RELEASE.jar"/>
<classpathentry kind="lib" path="jars/spring-core-3.2.3.RELEASE.jar"/>
<classpathentry kind="lib" path="jars/spring-expression-3.2.3.RELEASE.jar"/>
<classpathentry kind="lib" path="jars/spring-instrument-3.2.3.RELEASE.jar"/>
<classpathentry kind="lib" path="jars/spring-web-3.2.3.RELEASE.jar"/>
<classpathentry kind="lib" path="jars/spring-webmvc-3.2.3.RELEASE.jar"/>
<classpathentry kind="lib" path="jars/standard-1.1.2.jar"/>
<classpathentry kind="lib" path="jars/db2jcc4.jar"/>
<classpathentry kind="lib" path="jars/nosqljson.jar"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/com.ibm.ws.cftools.server.classPathProvider/IBM Bluemix Runtime">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jars/jackson-annotations-2.4.0.jar"/>
<classpathentry kind="lib" path="jars/jackson-core-2.4.2.jar"/>
<classpathentry kind="lib" path="jars/jackson-databind-2.4.2.jar"/>
<classpathentry kind="lib" path="jars/sendgrid-java.jar"/>
<classpathentry kind="lib" path="jars/rome-1.0.jar"/>
<classpathentry kind="lib" path="jars/jdom-1.1.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jars/mysql-connector-java-5.1.25.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/com.ibm.etools.wdt.server.core.runtimeClasspathProvider/Web Preview Server Runtime"/>
<classpathentry kind="lib" path="jars/org.springframework.test-3.1.2.release.jar"/>
<classpathentry kind="lib" path="jars/mockito-core-1.8.0.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>