From: Carsten W. <ca...@us...> - 2007-05-06 21:02:23
|
Update of /cvsroot/jake2/jake2 In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22731 Modified Files: build.xml Log Message: remove EAX patch and wait for a bugfix (it doesn't work for webstart because of jar signing) https://joal.dev.java.net/issues/show_bug.cgi?id=17 Index: build.xml =================================================================== RCS file: /cvsroot/jake2/jake2/build.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** build.xml 6 May 2007 20:13:07 -0000 1.37 --- build.xml 6 May 2007 21:02:19 -0000 1.38 *************** *** 54,58 **** <src path="${src}"/> <include name="jake2/**"/> - <include name="net/java/games/joal/eax/*"/> <classpath refid="build.class.path"/> </javac> --- 54,57 ---- *************** *** 150,154 **** <jar destfile="${dist}/lib/jake2.jar" basedir="${build}"> <include name="jake2/**"/> - <include name="net/java/games/joal/eax/*"/> <include name="*.png"/> <include name="mirrors"/> --- 149,152 ---- |