diff options
author | Sven Gothel <[email protected]> | 2011-09-14 06:48:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-14 06:48:28 +0200 |
commit | 71f8b57305caad1cce7a6c9e42b282c8d863bdb7 (patch) | |
tree | 72468ed75942180deb7f74af6e9da4d6f6d46867 /.classpath | |
parent | 5f0209064687b878c86a3f5d0cdf548c72cf78f9 (diff) |
Add eclipse project files
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..e48d8bf --- /dev/null +++ b/.classpath @@ -0,0 +1,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> |