forked from daball/Cooking-to-Goal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
18 lines (18 loc) · 978 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" 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 exported="true" 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 exported="true" kind="lib" path="lib/swingx-1.6.2/swingx-beaninfo-1.6.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/swingx-1.6.2/swingx-core-1.6.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>