[Nextobjects-devel] nextobjects/nextobjects build.xml,1.10,1.11
Status: Alpha
Brought to you by:
eflorent
From: <efl...@us...> - 2003-05-31 11:54:49
|
Update of /cvsroot/nextobjects/nextobjects/nextobjects In directory sc8-pr-cvs1:/tmp/cvs-serv10548 Modified Files: build.xml Log Message: Buffered graphics Index: build.xml =================================================================== RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/build.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** build.xml 26 May 2003 17:15:53 -0000 1.10 --- build.xml 31 May 2003 11:48:33 -0000 1.11 *************** *** 74,78 **** <javac srcdir="${source.home}" destdir="${build.home}" ! debug="${compile.debug}" deprecation="${compile.deprecation}" optimize="${compile.optimize}"> --- 74,78 ---- <javac srcdir="${source.home}" destdir="${build.home}" ! debug="on" deprecation="${compile.deprecation}" optimize="${compile.optimize}"> |