forked from willuhn/hibiscus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
executable file
·16 lines (16 loc) · 1.04 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.6"/>
<classpathentry exported="true" kind="src" path="/jameica"/>
<classpathentry kind="lib" path="lib/super-csv-2.4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/hbci4java-2.5.12.jar" sourcepath="lib.src/hbci4java-2.5.12-src.zip"/>
<classpathentry kind="lib" path="lib/swtchart/org.swtchart_0.7.0.v20110128.jar"/>
<classpathentry kind="lib" path="lib/swtchart/org.swtchart.ext_0.7.0.v20110128.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 kind="output" path="bin"/>
</classpath>