Update of /cvsroot/jake2/jake2
In directory vz-cvs-3.sog:/tmp/cvs-serv32526
Modified Files:
.classpath
Log Message:
use standard JRE and exclude Jake2Applet.java
Index: .classpath
===================================================================
RCS file: /cvsroot/jake2/jake2/.classpath,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** .classpath 8 Jul 2011 09:34:31 -0000 1.11
--- .classpath 12 Apr 2012 20:18:03 -0000 1.12
***************
*** 1,5 ****
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
! <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/joal/joal.jar"/>
--- 1,5 ----
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
! <classpathentry excluding="jake2/Jake2Applet.java" kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/joal/joal.jar"/>
***************
*** 10,14 ****
<classpathentry kind="lib" path="lib/lwjgl/lwjgl.jar"/>
<classpathentry kind="lib" path="resources"/>
! <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6"/>
<classpathentry kind="lib" path="lib/jl1.0.1.jar"/>
<classpathentry kind="output" path="build"/>
--- 10,14 ----
<classpathentry kind="lib" path="lib/lwjgl/lwjgl.jar"/>
<classpathentry kind="lib" path="resources"/>
! <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jl1.0.1.jar"/>
<classpathentry kind="output" path="build"/>
|