forked from krisds/koopa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
59 lines (59 loc) · 2.6 KB
/
Copy path.classpath
File metadata and controls
59 lines (59 loc) · 2.6 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/core"/>
<classpathentry kind="src" output="koopa/build/test" path="test/core">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/templates"/>
<classpathentry kind="src" path="src/dsl"/>
<classpathentry kind="src" output="koopa/build/test" path="test/dsl">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/cics"/>
<classpathentry kind="src" output="koopa/build/test" path="test/cics">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/sql"/>
<classpathentry kind="src" output="koopa/build/test" path="test/sql">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/cobol"/>
<classpathentry kind="src" output="koopa/build/test" path="test/cobol">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/apps"/>
<classpathentry kind="src" path="examples/jaxen"/>
<classpathentry kind="src" path="examples/basic"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/junit-jupiter-api-5.14.4.jar"/>
<classpathentry kind="lib" path="lib/junit-jupiter-engine-5.14.4.jar"/>
<classpathentry kind="lib" path="lib/junit-platform-commons-1.14.4.jar"/>
<classpathentry kind="lib" path="lib/junit-platform-engine-1.14.4.jar"/>
<classpathentry kind="lib" path="lib/junit-platform-launcher-1.14.4.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.26.0.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.26.0.jar"/>
<classpathentry kind="lib" path="lib/opentest4j-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/swingx-1.0.jar"/>
<classpathentry kind="lib" path="lib/junit-jupiter-params-5.14.4.jar"/>
<classpathentry kind="lib" path="lib/jaxen-2.0.6.jar"/>
<classpathentry kind="lib" path="lib/opencsv-5.12.0.jar"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.11.0.jar"/>
<classpathentry kind="lib" path="lib/commons-collections4-4.5.0.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.18.0.jar"/>
<classpathentry kind="lib" path="lib/commons-text-1.13.1.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>