forked from willuhn/hibiscus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
16 lines (16 loc) · 1.05 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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 kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry exported="true" kind="src" path="/jameica"/>
<classpathentry kind="lib" path="lib/super-csv-2.4.0.jar"/>
<classpathentry kind="lib" path="lib/swtchart/org.swtchart_0.10.0.v20160212.jar"/>
<classpathentry kind="lib" path="lib/swtchart/org.swtchart.ext_0.10.0.v20160212.jar"/>
<classpathentry kind="lib" path="lib/itextpdf-5.3.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry exported="true" kind="lib" path="lib/obantoo-bin-2.1.12.jar"/>
<classpathentry exported="true" kind="lib" path="lib/hbci4j-core-3.0.21-SNAPSHOT.jar" sourcepath="/hbci4j-core/src/main/java"/>
<classpathentry kind="output" path="bin"/>
</classpath>