aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
blob: 7ff67798b0319a06714fdf9008f037d09560ed29 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="test"/>
	<classpathentry kind="lib" path="resources"/>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jogamp"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="output" path="build"/>
</classpath>