aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-09-01 15:59:01 +0200
committerSven Gothel <[email protected]>2014-09-01 15:59:01 +0200
commit87eb9b93c250a0a8746176cbac9448ea62f26afa (patch)
tree00f019a111aeefd85b8a1ec958843edc744ae972
parent426f3663822cb85c9014ca87affc66181acd0fe8 (diff)
Fix Eclipse .classpath: build/gensrc/java replaced w/ simple src attachment w/o attribute
-rw-r--r--.classpath6
1 files changed, 1 insertions, 5 deletions
diff --git a/.classpath b/.classpath
index deaae283..a3fd1efd 100644
--- a/.classpath
+++ b/.classpath
@@ -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"/>