From: Rene S. <sa...@us...> - 2004-09-22 19:22:54
|
Update of /cvsroot/jake2/jake2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11556 Modified Files: .classpath Log Message: major refactoring in game, server and client package Index: .classpath =================================================================== RCS file: /cvsroot/jake2/jake2/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 19 Sep 2004 12:48:53 -0000 1.4 --- .classpath 22 Sep 2004 19:22:13 -0000 1.5 *************** *** 4,11 **** <classpathentry kind="src" path="test"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="lib/joal/linux/joal.jar"/> - <classpathentry kind="lib" path="lib/joal/windows/joal.jar"/> - <classpathentry kind="lib" path="lib/jogl/jogl.jar"/> <classpathentry kind="lib" path="resources"/> <classpathentry kind="output" path="build"/> </classpath> --- 4,10 ---- <classpathentry kind="src" path="test"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="resources"/> + <classpathentry kind="lib" path="D:/javajake/jake2sfg/lib/jogl/jogl.jar"/> + <classpathentry kind="lib" path="D:/javajake/jake2sfg/lib/joal/windows/joal.jar"/> <classpathentry kind="output" path="build"/> </classpath> |