Update of /cvsroot/jake2/jake2
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11824
Modified Files:
Tag: render-refactoring
.classpath
Log Message:
switch to joal 1.0b01
(new libraries, API changes, tested on MacBook Pro (univeral binaries))
TODO
* joal via webstart from sun
Index: .classpath
===================================================================
RCS file: /cvsroot/jake2/jake2/.classpath,v
retrieving revision 1.6.8.1
retrieving revision 1.6.8.2
diff -C2 -d -r1.6.8.1 -r1.6.8.2
*** .classpath 7 Oct 2006 19:57:34 -0000 1.6.8.1
--- .classpath 18 Oct 2006 21:15:14 -0000 1.6.8.2
***************
*** 5,10 ****
<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="resources"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl_util.jar"/>
--- 5,10 ----
<classpathentry kind="src" path="patch"/>
<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="resources"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl_util.jar"/>
|