-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
26 lines (26 loc) · 1.27 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
26
<?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/jdk8u74"/>
<classpathentry kind="lib" path="lib/jars/image4j.jar"/>
<classpathentry kind="lib" path="lib/jars/jinput.jar"/>
<classpathentry kind="lib" path="lib/jars/jogg-0.0.7.jar"/>
<classpathentry kind="lib" path="lib/jars/jorbis-0.0.15.jar"/>
<classpathentry kind="lib" path="lib/jars/lwjgl_util.jar"/>
<classpathentry kind="lib" path="lib/jars/lwjgl.jar" sourcepath="lib/lwjgl-source-2.9.3.zip">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="Pacman-2D/lib/natives"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jars/slick.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="Pacman-2D/lib/natives"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jars/commons-io-2.5.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/Pacman-2D/lib/commons-io-2.5-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>