diff options
author | Sven Gothel <[email protected]> | 2011-05-18 06:02:02 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-05-18 06:02:02 +0200 |
commit | 368f062ec9d6bbb89129739adb59cf042dd0bf78 (patch) | |
tree | 344831fcb543035cc30566173090b6ef1c14c97f /.classpath | |
parent | c6f97a2e6ea1d337f371152a2fee65ee1dd4c5d5 (diff) |
Add eclipse project files
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 00000000..49ad63bd --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="test"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jogamp"/> + <classpathentry kind="output" path="build"/> +</classpath> |