-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
51 lines (51 loc) · 3.35 KB
/
.classpath
File metadata and controls
51 lines (51 loc) · 3.35 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-libs">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="Game Engine/native"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jbullet.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/Game-Engine/lib/javadoc/bullet-javadoc.zip!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/stack-alloc.jar"/>
<classpathentry kind="lib" path="lib/vecmath.jar"/>
<classpathentry kind="lib" path="lib/libtiled.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/Game-Engine/lib/javadoc/libtiled-javadoc.zip!/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jna-4.2.2.jar"/>
<classpathentry kind="lib" path="lib/jna-platform-4.2.2.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl/lwjgl.jar" sourcepath="lib/lwjgl/lwjgl/lwjgl-sources.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-glfw/lwjgl-glfw.jar" sourcepath="lib/lwjgl/lwjgl-glfw/lwjgl-glfw-sources.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-jemalloc/lwjgl-jemalloc.jar" sourcepath="lib/lwjgl/lwjgl-jemalloc/lwjgl-jemalloc-sources.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-openal/lwjgl-openal.jar" sourcepath="lib/lwjgl/lwjgl-openal/lwjgl-openal-sources.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-opengl/lwjgl-opengl.jar" sourcepath="lib/lwjgl/lwjgl-opengl/lwjgl-opengl-sources.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-stb/lwjgl-stb.jar" sourcepath="lib/lwjgl/lwjgl-stb/lwjgl-stb-sources.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl/lwjgl-natives-linux.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl/lwjgl-natives-macos.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl/lwjgl-natives-windows.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-glfw/lwjgl-glfw-natives-linux.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-glfw/lwjgl-glfw-natives-macos.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-glfw/lwjgl-glfw-natives-windows.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-jemalloc/lwjgl-jemalloc-natives-linux.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-jemalloc/lwjgl-jemalloc-natives-macos.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-jemalloc/lwjgl-jemalloc-natives-windows.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-openal/lwjgl-openal-natives-linux.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-openal/lwjgl-openal-natives-macos.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-openal/lwjgl-openal-natives-windows.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-stb/lwjgl-stb-natives-linux.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-stb/lwjgl-stb-natives-macos.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl-stb/lwjgl-stb-natives-windows.jar"/>
<classpathentry kind="lib" path="lib/gson-2.8.0.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/Game-Engine/lib/javadoc/gson-2.8.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>