-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
35 lines (35 loc) · 1.93 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/java/javax.servlet-api-4.0.1.jar">
<attributes>
<attribute name="module" value="true"/>
</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="lib" path="C:/java/slf4j-jdk14-1.7.2.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/java/slf4j-api-1.7.2.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Repos/IBM_MQ_As_A_Service/target/dependency/bcpkix-jdk15on-1.64.jar"/>
<classpathentry kind="lib" path="C:/Repos/IBM_MQ_As_A_Service/target/dependency/bcprov-jdk15on-1.64.jar"/>
<classpathentry kind="lib" path="C:/Repos/IBM_MQ_As_A_Service/target/dependency/com.ibm.mq.allclient-9.1.5.0.jar"/>
<classpathentry kind="lib" path="C:/Repos/IBM_MQ_As_A_Service/target/dependency/gson-2.8.5.jar"/>
<classpathentry kind="lib" path="C:/Repos/IBM_MQ_As_A_Service/target/dependency/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="C:/Repos/IBM_MQ_As_A_Service/target/dependency/javax.jms-api-2.0.1.jar"/>
<classpathentry kind="lib" path="C:/Repos/IBM_MQ_As_A_Service/target/dependency/json-20080701.jar"/>
<classpathentry kind="lib" path="C:/Repos/IBM_MQ_As_A_Service/target/dependency/junit-4.12.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>