[Bprocessor-commit] build build.xml,1.21,1.22
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-09-11 22:57:18
|
Update of /cvsroot/bprocessor/build In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14432 Modified Files: build.xml Log Message: basic evaluation Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** build.xml 11 Sep 2006 20:38:54 -0000 1.21 --- build.xml 11 Sep 2006 22:57:16 -0000 1.22 *************** *** 26,29 **** --- 26,30 ---- <ant dir="${kernel.dir}" target="clean"/> <ant dir="${model.dir}" target="clean"/> + <ant dir="${bscript.dir}" target="clean"/> <ant dir="${gui.dir}" target="clean"/> <ant dir="${gl.dir}" target="clean"/> |