From: Carsten W. <ca...@us...> - 2006-10-24 22:51:25
|
Update of /cvsroot/jake2/jake2 In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32227 Modified Files: .classpath Log Message: switch to joal 1.0b01 (new libraries, API changes) TODO * joal via webstart from sun Index: .classpath =================================================================== RCS file: /cvsroot/jake2/jake2/.classpath,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** .classpath 14 Dec 2004 00:58:12 -0000 1.6 --- .classpath 24 Oct 2006 22:51:21 -0000 1.7 *************** *** 3,10 **** <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="test"/> - <classpathentry kind="src" path="patch"/> <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"/> --- 3,9 ---- <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/joal/gluegen-rt.jar"/> <classpathentry kind="lib" path="lib/jogl/jogl.jar"/> <classpathentry kind="lib" path="resources"/> |