-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.classpath
25 lines (25 loc) · 1.56 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="src/audio"/>
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="src" path="src/boards"/>
<classpathentry kind="src" path="src/graphics"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="lib/runtime/google-collections.jar"/>
<classpathentry exported="true" kind="lib" path="lib/runtime/args4j-2.0.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/runtime/commons-io-1.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/runtime/commons-lang-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/runtime/h2-1.1.105-compressonly.jar"/>
<classpathentry exported="true" kind="lib" path="lib/runtime/slf4j-api-1.5.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/runtime/log4j-1.2.14.jar"/>
<classpathentry exported="true" kind="lib" path="lib/runtime/slf4j-log4j12-1.5.6.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/runtime/jgoodies-looks-2.2.1.jar"/>
<classpathentry kind="lib" path="lib/runtime/jgoodies-forms-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/runtime/simple-xml-1.7.2.jar"/>
<classpathentry kind="lib" path="lib/runtime/jinput.jar"/>
<classpathentry kind="lib" path="lib/runtime/lwjgl.jar"/>
<classpathentry kind="lib" path="lib/runtime/lwjgl_util.jar"/>
<classpathentry kind="output" path="tmp/eclipse"/>
</classpath>