diff options
author | Sven Gothel <[email protected]> | 2013-11-01 03:19:51 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-01 03:19:51 +0100 |
commit | ce29dddece3657c5ce078b97d124ad387d08f610 (patch) | |
tree | e7902787fe59d68d4dccd84a2605aba9f0b15eb6 /.classpath | |
parent | a704ad35303a1eae117307675fe274b8617f98cb (diff) |
classpath: use ant build jocl.jar
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -3,10 +3,6 @@ <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="lib" path="/jocl/build/jar/jocl.jar"/> <classpathentry kind="output" path="build"/> </classpath> |