summaryrefslogtreecommitdiffstats
path: root/.classpath
blob: c092cf70fc380ef80182126eb76575a0d22a1dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="test"/>
	<classpathentry kind="lib" path="lib/joal/joal.jar"/>
	<classpathentry kind="lib" path="lib/jogl/jogl.jar"/>
	<classpathentry kind="lib" path="lib/jsr231/jogl.jar"/>
	<classpathentry kind="lib" path="lib/jsr231/gluegen-rt.jar"/>
	<classpathentry kind="lib" path="lib/lwjgl/lwjgl_util.jar"/>
	<classpathentry kind="lib" path="lib/lwjgl/lwjgl.jar"/>
	<classpathentry kind="lib" path="resources"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6"/>
	<classpathentry kind="output" path="build"/>
</classpath>