-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
19 lines (19 loc) · 1.08 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/test-classes" path="src/test"/>
<classpathentry kind="src" output="target/classes" path="src/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="SWT_CONTAINER"/>
<classpathentry kind="lib" path="lib/gnujaxp.jar"/>
<classpathentry kind="lib" path="lib/iText-2.1.5.jar"/>
<classpathentry kind="lib" path="lib/jcommon-1.0.16.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-1.0.13-experimental.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-1.0.13-swt.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-1.0.13.jar"/>
<classpathentry kind="lib" path="lib/junit.jar"/>
<classpathentry kind="lib" path="lib/servlet.jar"/>
<classpathentry kind="lib" path="lib/swtgraphics2d.jar"/>
<classpathentry kind="lib" path="swtlib/org.eclipse.swt_3.4.1.v3449c.jar"/>
<classpathentry kind="lib" path="swtlib/org.eclipse.swt.win32.win32.x86_3.4.1.v3449c.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>