Update of /cvsroot/jake2/jake2
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14791
Modified Files:
.classpath
Log Message:
merge render-refactoring branch into the HEAD
Index: .classpath
===================================================================
RCS file: /cvsroot/jake2/jake2/.classpath,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** .classpath 24 Oct 2006 22:51:21 -0000 1.7
--- .classpath 21 Nov 2006 00:47:52 -0000 1.8
***************
*** 7,13 ****
<classpathentry kind="lib" path="lib/joal/gluegen-rt.jar"/>
<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>
--- 7,14 ----
<classpathentry kind="lib" path="lib/joal/gluegen-rt.jar"/>
<classpathentry kind="lib" path="lib/jogl/jogl.jar"/>
! <classpathentry kind="lib" path="lib/jsr231/jogl.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl_util.jar"/>
<classpathentry kind="lib" path="lib/lwjgl/lwjgl.jar"/>
+ <classpathentry kind="lib" path="resources"/>
<classpathentry kind="output" path="build"/>
</classpath>
|