-
Notifications
You must be signed in to change notification settings - Fork 8
/
.classpath
24 lines (24 loc) · 1.18 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/jaxen-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/junit-4.8.1.jar"/>
<classpathentry kind="lib" path="lib/opencsv-2.3.jar"/>
<classpathentry kind="lib" path="lib/swingx-1.0.jar"/>
<classpathentry kind="src" path="src/core"/>
<classpathentry kind="src" path="test/core"/>
<classpathentry kind="src" path="src/templates"/>
<classpathentry kind="src" path="src/dsl"/>
<classpathentry kind="src" path="test/dsl"/>
<classpathentry kind="src" path="src/cics"/>
<classpathentry kind="src" path="test/cics"/>
<classpathentry kind="src" path="src/sql"/>
<classpathentry kind="src" path="test/sql"/>
<classpathentry kind="src" path="src/cobol"/>
<classpathentry kind="src" path="test/cobol"/>
<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-1.8"/>
<classpathentry kind="output" path="build"/>
</classpath>