-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
19 lines (19 loc) · 1.04 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" path="src"/>
<classpathentry kind="src" path="junit"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="lib/SwingWorker.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-1.0.13.jar"/>
<classpathentry kind="lib" path="lib/moss-crypto-2.1.0.0.jar"/>
<classpathentry kind="lib" path="lib/moss-collections-2.1.0.0.jar"/>
<classpathentry kind="lib" path="lib/moss-common-2.1.0.0.jar"/>
<classpathentry kind="lib" path="lib/jcommon-1.0.17.jar"/>
<classpathentry kind="lib" path="lib/swingx-core-1.6.2.jar"/>
<classpathentry kind="lib" path="lib/moss-swing-2.1.0.5.jar"/>
<classpathentry kind="lib" path="lib/org.json-2.0.jar"/>
<classpathentry kind="lib" path="lib/moss-application-2.1.0.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/moss-i18n-2.1.0.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>