[Bprocessor-commit] build build.xml,1.22,1.23
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-09-12 09:26:00
|
Update of /cvsroot/bprocessor/build In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4164 Modified Files: build.xml Log Message: new scripting capabilities Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** build.xml 11 Sep 2006 22:57:16 -0000 1.22 --- build.xml 12 Sep 2006 09:25:51 -0000 1.23 *************** *** 39,44 **** <ant dir="${kernel.dir}" target="dist"/> <ant dir="${bscript.dir}" target="dist"/> - <ant dir="${model.dir}" target="dist"/> <ant dir="${gui.dir}" target="dist"/> <ant dir="${gl.dir}" target="dist"/> --- 39,44 ---- <ant dir="${kernel.dir}" target="dist"/> + <ant dir="${model.dir}" target="dist"/> <ant dir="${bscript.dir}" target="dist"/> <ant dir="${gui.dir}" target="dist"/> <ant dir="${gl.dir}" target="dist"/> |