From: Holger Z. <hz...@us...> - 2004-09-19 12:49:04
|
Update of /cvsroot/jake2/jake2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31622 Modified Files: .classpath Log Message: add resources to classpath Index: .classpath =================================================================== RCS file: /cvsroot/jake2/jake2/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 9 Jul 2004 06:50:48 -0000 1.3 --- .classpath 19 Sep 2004 12:48:53 -0000 1.4 *************** *** 7,10 **** --- 7,11 ---- <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> |