-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
41 lines (41 loc) · 2.21 KB
/
.classpath
File metadata and controls
41 lines (41 loc) · 2.21 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src_examples"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="XRBEngine2/lib/natives"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/joml-1.9.14.jar" sourcepath="lib_src/joml-1.9.14-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/XRBEngine2/lib_src/joml-1.9.14-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/lwjgl-glfw.jar" sourcepath="lib_src/lwjgl-glfw-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/XRBEngine2/lib_src/lwjgl-glfw-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/lwjgl-opengl.jar" sourcepath="lib_src/lwjgl-opengl-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/XRBEngine2/lib_src/lwjgl-opengl-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/lwjgl.jar" sourcepath="lib_src/lwjgl-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/XRBEngine2/lib_src/lwjgl-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/natives/lwjgl-glfw-natives-linux.jar"/>
<classpathentry kind="lib" path="lib/natives/lwjgl-glfw-natives-macos.jar"/>
<classpathentry kind="lib" path="lib/natives/lwjgl-glfw-natives-windows.jar"/>
<classpathentry kind="lib" path="lib/natives/lwjgl-natives-linux.jar"/>
<classpathentry kind="lib" path="lib/natives/lwjgl-natives-macos.jar"/>
<classpathentry kind="lib" path="lib/natives/lwjgl-natives-windows.jar"/>
<classpathentry kind="lib" path="lib/natives/lwjgl-opengl-natives-linux.jar"/>
<classpathentry kind="lib" path="lib/natives/lwjgl-opengl-natives-macos.jar"/>
<classpathentry kind="lib" path="lib/natives/lwjgl-opengl-natives-windows.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/ZoomUI"/>
<classpathentry kind="output" path="bin"/>
</classpath>