-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
19 lines (19 loc) · 907 Bytes
/
.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="Games"/>
<classpathentry kind="src" path="res"/>
<classpathentry kind="lib" path="lib/xstream-1.4.8.jar" sourcepath="lib/xstream-src.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/voogasalad_experiments/lib/xstream-doc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/groovy-all-2.4.5-indy.jar" sourcepath="lib/groovy-src.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/voogasalad_experiments/lib/groovy-doc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>