forked from grevian/Mad-Scientist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
executable file
·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">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="GameProject/libs/lwjgl-2.2.1/native/windows"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/slick.jar"/>
<classpathentry kind="lib" path="libs/lwjgl-2.2.1/jar/AppleJavaExtensions.jar"/>
<classpathentry kind="lib" path="libs/lwjgl-2.2.1/jar/jinput.jar"/>
<classpathentry kind="lib" path="libs/lwjgl-2.2.1/jar/lwjgl_test.jar"/>
<classpathentry kind="lib" path="libs/lwjgl-2.2.1/jar/lwjgl_util_applet.jar"/>
<classpathentry kind="lib" path="libs/lwjgl-2.2.1/jar/lwjgl_util.jar"/>
<classpathentry kind="lib" path="libs/lwjgl-2.2.1/jar/lwjgl-debug.jar"/>
<classpathentry kind="lib" path="libs/lwjgl-2.2.1/jar/lwjgl.jar"/>
<classpathentry kind="lib" path="libs/lwjgl-2.2.1/jar/lzma.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>