From: Gerardo H. <ma...@us...> - 2007-02-20 03:33:40
|
Update of /cvsroot/jrman/drafts In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27529 Modified Files: build.xml Log Message: Fixed micropolygons memory leak. Index: build.xml =================================================================== RCS file: /cvsroot/jrman/drafts/build.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** build.xml 4 Feb 2007 06:02:26 -0000 1.23 --- build.xml 20 Feb 2007 03:33:35 -0000 1.24 *************** *** 27,31 **** description="compile the source " > <!-- Compile the java code from ${src} into ${build} --> ! <javac srcdir="${src}" destdir="${build}" source="1.4" debug="on"> <classpath refid="project.class.path"/> </javac> --- 27,32 ---- description="compile the source " > <!-- Compile the java code from ${src} into ${build} --> ! <javac srcdir="${src}" destdir="${build}" source="1.4" target="1.4" ! debug="on"> <classpath refid="project.class.path"/> </javac> *************** *** 172,177 **** <include name="shadowTest.rib"/> <include name="noiseShadersTest.rib"/> </fileset> ! </copy> </target> --- 173,182 ---- <include name="shadowTest.rib"/> <include name="noiseShadersTest.rib"/> + <include name="headus.com-killeroo.rib"/> + <include name="killeroo-data.rib"/> + <include name="grass-data.rib"/> + <include name="killeroo-textures/*.jpg"/> </fileset> ! </copy> </target> |