aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Weisse <[email protected]>2008-03-02 08:31:23 +0000
committerCarsten Weisse <[email protected]>2008-03-02 08:31:23 +0000
commita15eecb788e7649e45c9adcc00c37e3edb246920 (patch)
treea91408cef3dc6e3a3ce11448993c3df744413b15
parentdce97a692103f8abe32ba2ba20461511ed9f1d26 (diff)
use the project specific jre alias "jdk1.6"
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index c78c3d7..c092cf7 100644
--- a/.classpath
+++ b/.classpath
@@ -2,7 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/joal/joal.jar"/>
<classpathentry kind="lib" path="lib/jogl/jogl.jar"/>
<classpathentry kind="lib" path="lib/jsr231/jogl.jar"/>
@@ -10,5 +9,6 @@
<classpathentry kind="lib" path="lib/lwjgl/lwjgl_util.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl.jar"/>
<classpathentry kind="lib" path="resources"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6"/>
<classpathentry kind="output" path="build"/>
</classpath>