From: Carsten W. <ca...@us...> - 2008-03-02 08:31:27
|
Update of /cvsroot/jake2/jake2 In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27505 Modified Files: .classpath Log Message: use the project specific jre alias "jdk1.6" Index: .classpath =================================================================== RCS file: /cvsroot/jake2/jake2/.classpath,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** .classpath 28 Apr 2007 18:43:48 -0000 1.9 --- .classpath 2 Mar 2008 08:31:23 -0000 1.10 *************** *** 3,7 **** <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"/> --- 3,6 ---- *************** *** 11,14 **** --- 10,14 ---- <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> |