blob: e48d8bf1fb49b77f5eb033e7cec1d81f57c69580 (
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/jogamp"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/SWT"/>
<classpathentry kind="output" path="build"/>
</classpath>
|