-
Notifications
You must be signed in to change notification settings - Fork 74
/
.classpath
34 lines (34 loc) · 2.38 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="test-bin" path="test"/>
<classpathentry including="*.java" kind="src" output="updates" path="updates"/>
<classpathentry exported="true" kind="src" path="/jameica"/>
<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"/>
<attribute name="limit-modules" value="java.se,jdk.accessibility,jdk.httpserver,jdk.jartool,jdk.javadoc,jdk.jconsole,jdk.jshell,jdk.jsobject,jdk.management.jfr,jdk.naming.ldap,jdk.net,jdk.scripting.nashorn,jdk.sctp,jdk.security.auth,jdk.security.jgss,jdk.unsupported,jdk.unsupported.desktop,jdk.xml.dom,java.smartcardio"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/super-csv-2.4.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="lib" path="lib/obantoo-bin-2.1.12.jar"/>
<classpathentry kind="lib" path="lib/guava-31.1-jre.jar"/>
<classpathentry kind="lib" path="lib/itext-pdfa-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/itextpdf-5.5.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/hbci4j-core-3.1.84.jar" sourcepath="/hbci4java"/>
<classpathentry kind="lib" path="lib/qrcodegen/qrcodegen-1.8.0.jar"/>
<classpathentry kind="lib" path="lib/apache_httpclient/httpclient5-5.2.jar"/>
<classpathentry kind="lib" path="lib/apache_httpclient/httpcore5-5.2.jar"/>
<classpathentry kind="lib" path="lib/apache_httpclient/httpcore5-h2-5.2.jar"/>
<classpathentry kind="lib" path="lib/jackson/jackson-annotations-2.14.1.jar"/>
<classpathentry kind="lib" path="lib/jackson/jackson-core-2.14.1.jar"/>
<classpathentry kind="lib" path="lib/jackson/jackson-databind-2.14.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j/slf4j-api-1.7.36.jar"/>
<classpathentry kind="lib" path="lib/swtchart/org.eclipse.swtchart_0.14.0.202301260747.jar"/>
<classpathentry kind="lib" path="lib/swtchart/org.eclipse.swtchart.extensions_0.14.0.202301260747.jar"/>
<classpathentry kind="lib" path="lib/pdfbox/fontbox-3.0.2.jar"/>
<classpathentry kind="lib" path="lib/pdfbox/pdfbox-3.0.2.jar"/>
<classpathentry kind="lib" path="lib/pdfbox/pdfbox-io-3.0.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>