summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-04-27 19:48:33 +0200
committerSven Gothel <[email protected]>2011-04-27 19:48:33 +0200
commit2b838b719f334d135c63d2569e029080c74e4307 (patch)
treeecdfdd0ad3691c56fb2d6c58a177e5895419f477 /.classpath
parent8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a (diff)
Eclipse: use native build path of tests
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 5543e81..602f99b 100644
--- a/.classpath
+++ b/.classpath
@@ -12,7 +12,7 @@
</classpathentry>
<classpathentry kind="src" output="build/test/build/classes" path="build/test/build/gensrc/classes">
<attributes>
- <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="gluegen/build/obj"/>
+ <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="gluegen/build/test/build/natives"/>
</attributes>
</classpathentry>
<classpathentry excluding="com/jogamp/gluegen/runtime/BufferFactoryInternal.java" kind="src" output="build/classes" path="src/java">