diff options
author | Sven Gothel <[email protected]> | 2013-06-11 16:28:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-11 16:28:28 +0200 |
commit | e7cd62351e88a71b23f7044d9b5dd556ae824fb5 (patch) | |
tree | 1f43bb2e1e48d9eb1e137f5f775d4b49eb47f9e8 /.classpath | |
parent | 9e4472f73133b7fb605e3d68e79094a89cbde066 (diff) |
Fix eclipse .classpath file (import dependent projects, don't use JAR files)
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ <classpathentry kind="src" path="gensrc/java"/> <classpathentry kind="src" path="test"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jogamp"/> <classpathentry combineaccessrules="false" kind="src" path="/gluegen"/> + <classpathentry combineaccessrules="false" kind="src" path="/jogl"/> <classpathentry kind="output" path="build"/> </classpath> |