From: Carsten W. <ca...@us...> - 2004-12-14 00:58:23
|
Update of /cvsroot/jake2/jake2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16164 Modified Files: .classpath Log Message: add the lwjgl libs to the classpath Index: .classpath =================================================================== RCS file: /cvsroot/jake2/jake2/.classpath,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** .classpath 24 Oct 2004 13:01:32 -0000 1.5 --- .classpath 14 Dec 2004 00:58:12 -0000 1.6 *************** *** 9,12 **** --- 9,14 ---- <classpathentry kind="lib" path="lib/jogl/jogl.jar"/> <classpathentry kind="lib" path="resources"/> + <classpathentry kind="lib" path="lib/lwjgl/lwjgl_util.jar"/> + <classpathentry kind="lib" path="lib/lwjgl/lwjgl.jar"/> <classpathentry kind="output" path="build"/> </classpath> |