-
-
Notifications
You must be signed in to change notification settings - Fork 123
/
.classpath
35 lines (35 loc) · 2.11 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/test"/>
<classpathentry kind="src" path="src/main/engine"/>
<classpathentry kind="src" path="src/main/gui"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/log4j-api-2.17.2.jar" sourcepath="C:/Users/User/logging-log4j2-release-2.x/log4j-api"/>
<classpathentry kind="lib" path="lib/log4j-core-2.17.2.jar" sourcepath="C:/Users/User/logging-log4j2-release-2.x/log4j-core/src/main/java"/>
<classpathentry kind="lib" path="lib/log4j-slf4j-impl-2.17.2.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.25.jar"/>
<classpathentry kind="lib" path="lib/dbunit-2.4.4.jar"/>
<classpathentry kind="lib" path="lib/junit-4.4.jar"/>
<classpathentry kind="lib" path="lib/prefuse.jar"/>
<classpathentry kind="lib" path="lib/sdoc-0.5.0-beta.jar" sourcepath="C:/Users/User/Downloads/FlatLaf-main.zip"/>
<classpathentry kind="lib" path="lib/args4j.jar"/>
<classpathentry kind="lib" path="config"/>
<classpathentry kind="lib" path="lib/tablefilter-swing-5.3.1.jar"/>
<classpathentry kind="lib" path="lib/jsqlparser-3.2.jar"/>
<classpathentry kind="lib" path="lib/flatlaf-3.3.jar"/>
<classpathentry kind="lib" path="lib/istack-commons-runtime-3.0.5.jar"/>
<classpathentry kind="lib" path="lib/jackson-annotations-2.16.1.jar"/>
<classpathentry kind="lib" path="lib/jackson-core-2.16.1.jar"/>
<classpathentry kind="lib" path="lib/jackson-databind-2.16.1.jar"/>
<classpathentry kind="lib" path="lib/liquibase-core-4.27.0.jar" sourcepath="C:/Users/RalfW/git/Jailer/liqlib/liquibase-core-4.27.0-sources"/>
<classpathentry kind="lib" path="lib/commons-collections4-4.4.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.14.0.jar"/>
<classpathentry kind="lib" path="lib/commons-text-1.11.0.jar"/>
<classpathentry kind="lib" path="lib/opencsv-5.9.jar"/>
<classpathentry kind="lib" path="lib/snakeyaml-2.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>