aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
blob: ca67bd1da822b68479275a948ae9027cbb9dfbbd (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="src" path="patch"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="lib/joal/linux/joal.jar"/>
	<classpathentry kind="lib" path="lib/joal/windows/joal.jar"/>
	<classpathentry kind="lib" path="lib/jogl/jogl.jar"/>
	<classpathentry kind="lib" path="resources"/>
	<classpathentry kind="lib" path="lib/lwjgl/lwjgl_util.jar"/>
	<classpathentry kind="lib" path="lib/lwjgl/lwjgl.jar"/>
	<classpathentry kind="output" path="build"/>
</classpath>