diff options
author | Carsten Weisse <[email protected]> | 2008-03-02 08:31:23 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2008-03-02 08:31:23 +0000 |
commit | a15eecb788e7649e45c9adcc00c37e3edb246920 (patch) | |
tree | a91408cef3dc6e3a3ce11448993c3df744413b15 | |
parent | dce97a692103f8abe32ba2ba20461511ed9f1d26 (diff) |
use the project specific jre alias "jdk1.6"
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |