This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.classpath
51 lines (51 loc) · 3.7 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src/main/groovy">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/zOS">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="build"/>
<classpathentry kind="src" path="src/tst/zOS"/>
<classpathentry kind="src" path="src/tst/java"/>
<classpathentry kind="src" path="src/test/zOS"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/main/rexx"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-14">
<attributes>
<attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="GROOVY_DSL_SUPPORT"/>
<classpathentry kind="con" path="GROOVY_SUPPORT"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/com.ibm.dmh.jjson_6.1.0.20190812.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/com.ibm.dmh.scan.classify_6.1.0.20190812.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/com.ibm.dmh.utils_6.1.0.20190812.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/commons-codec-1.14.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/commons-compress-1.19.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/dbb.core_1.0.9.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/dbb.ext_1.0.9.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/dbb.groovy_1.0.9.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/dbb.html_1.0.9.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/httpclient-4.5.9.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/httpcore-4.4.11.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/JSON4J.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/log4j-api-2.12.1.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/log4j-core-2.12.1.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/lib/snakeyaml-1.23.jar"/>
<classpathentry kind="lib" path="/Users/JerryEdgingtons.info/eclipse-workspace/JarFiles/dbb-ztoolkit-trial-1.0.9/ibmjzos.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>