-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
20 lines (20 loc) · 1.17 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Derby"/>
<classpathentry kind="lib" path="lib/xstream-distribution-1.3.1-bin/lib/xpp3_min-1.1.4c.jar">
<attributes>
<attribute name="javadoc_location" value="file:/./lib/xstream-distribution-1.3.1-bin/docs/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/xstream-distribution-1.3.1-bin/lib/xstream-1.3.1.jar">
<attributes>
<attribute name="javadoc_location" value="file:/./lib/xstream-distribution-1.3.1-bin/docs/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/David/Projects/Cooking-to-Goal/lib/swingx-1.6.2/swingx-beaninfo-1.6.2.jar"/>
<classpathentry kind="lib" path="C:/Users/David/Projects/Cooking-to-Goal/lib/swingx-1.6.2/swingx-core-1.6.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>