summaryrefslogtreecommitdiffstats
path: root/.classpath
blob: 48e782993e69256f3b94cd08ab76c0d7dd474d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry excluding="redbook/|redbook/src/|jbullet/src/" kind="src" path="src"/>
	<classpathentry kind="src" path="src/jbullet/src"/>
	<classpathentry excluding="src/" kind="src" path="src/redbook"/>
	<classpathentry kind="src" path="src/redbook/src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/SWT"/>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jogamp"/>
	<classpathentry kind="output" path="build"/>
</classpath>