-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
21 lines (21 loc) · 1.06 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="org/opencraft/model/Environment.java" kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/core.jar"/>
<classpathentry kind="lib" path="lib/gluegen-rt.jar"/>
<classpathentry kind="lib" path="lib/jogl.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="MinecraftAR/libNative"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/opengl.jar"/>
<classpathentry kind="lib" path="lib/PeasyCam.jar"/>
<classpathentry kind="lib" path="lib/GLGraphics.jar"/>
<classpathentry kind="lib" path="lib/ocd.jar"/>
<classpathentry kind="lib" path="lib/video.jar"/>
<classpathentry kind="lib" path="lib/NyAR2.jar"/>
<classpathentry kind="lib" path="lib/NyARToolkit.jar"/>
<classpathentry kind="lib" path="lib/QTJava.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>