diff options
author | Sven Gothel <[email protected]> | 2011-04-27 19:48:33 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-04-27 19:48:33 +0200 |
commit | 2b838b719f334d135c63d2569e029080c74e4307 (patch) | |
tree | ecdfdd0ad3691c56fb2d6c58a177e5895419f477 /.classpath | |
parent | 8f8aa3f73e3c9804c4a86f5d4fdac257d50d831a (diff) |
Eclipse: use native build path of tests
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |