-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
31 lines (31 loc) · 1.49 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
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry excluding="assets/**" kind="src" path="src"/>
<classpathentry kind="lib" path="C:/javagaming/vecmath/vecmath.jar"/>
<classpathentry kind="lib" path="C:/javagaming/rage165/ray.jar">
<attributes>
<attribute name="javadoc_location" value="file:/C:/javagaming/rage165/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/javagaming/joml/joml-1.9.8.jar"/>
<classpathentry kind="lib" path="C:/javagaming/jogl/gluegen-rt.jar"/>
<classpathentry kind="lib" path="C:/javagaming/jogl/jogl-all.jar"/>
<classpathentry kind="lib" path="C:/javagaming/jogl/joal.jar"/>
<classpathentry kind="lib" path="C:/javagaming/jinput/jinput.jar">
<attributes>
<attribute name="javadoc_location" value="file:/C:/javagaming/jinput/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/javagaming/jbullet/jbullet.jar">
<attributes>
<attribute name="javadoc_location" value="file:/C:/javagaming/jbullet/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/javagaming/graphicslib3D/graphicslib3D.jar">
<attributes>
<attribute name="javadoc_location" value="file:/C:/javagaming/graphicslib3D/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>