aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-11-01 03:19:51 +0100
committerSven Gothel <[email protected]>2013-11-01 03:19:51 +0100
commitce29dddece3657c5ce078b97d124ad387d08f610 (patch)
treee7902787fe59d68d4dccd84a2605aba9f0b15eb6 /.classpath
parenta704ad35303a1eae117307675fe274b8617f98cb (diff)
classpath: use ant build jocl.jar
Diffstat (limited to '.classpath')
-rw-r--r--.classpath6
1 files changed, 1 insertions, 5 deletions
diff --git a/.classpath b/.classpath
index 170dc93..ada3f71 100644
--- a/.classpath
+++ b/.classpath
@@ -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>