diff options
author | Sven Gothel <[email protected]> | 2011-05-18 06:01:10 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-05-18 06:01:10 +0200 |
commit | fa6c68204570ceb2f4bc051d983cb6b95300a053 (patch) | |
tree | 831619596bfc86a2c1e8dff6aead4a58d612bdc4 /.classpath | |
parent | be2915e8eb6c1b230514a93c25a08f05217db8ea (diff) |
Add eclipse proj. 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..170dc93 --- /dev/null +++ b/.classpath @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jogamp"/> + <classpathentry kind="lib" path="/jocl/dist/jocl.jar" sourcepath="/jocl/src"> + <attributes> + <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jocl/build/obj"/> + </attributes> + </classpathentry> + <classpathentry kind="output" path="build"/> +</classpath> |