diff options
author | Sven Gothel <[email protected]> | 2014-09-01 15:59:01 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-09-01 15:59:01 +0200 |
commit | 87eb9b93c250a0a8746176cbac9448ea62f26afa (patch) | |
tree | 00f019a111aeefd85b8a1ec958843edc744ae972 | |
parent | 426f3663822cb85c9014ca87affc66181acd0fe8 (diff) |
Fix Eclipse .classpath: build/gensrc/java replaced w/ simple src attachment w/o attribute
-rw-r--r-- | .classpath | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -5,12 +5,8 @@ <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jocl/build/obj"/> </attributes> </classpathentry> - <classpathentry kind="src" path="build/gensrc/java"> - <attributes> - <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jocl/build/obj"/> - </attributes> - </classpathentry> <classpathentry kind="src" output="build/test/build/classes" path="test"/> + <classpathentry kind="src" path="build/gensrc/java"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry combineaccessrules="false" kind="src" path="/gluegen"/> <classpathentry combineaccessrules="false" kind="src" path="/jogl"/> |