[Bprocessor-commit] build build.xml,1.43,1.44
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2013-05-14 21:13:24
|
Update of /cvsroot/bprocessor/build In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23056 Modified Files: build.xml Log Message: Removing code that does not work well Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** build.xml 14 May 2013 15:47:07 -0000 1.43 --- build.xml 14 May 2013 21:13:22 -0000 1.44 *************** *** 14,18 **** <property name="gui.dir" value="${basedir}/../gui"/> <property name="gl.dir" value="${basedir}/../gl"/> - <property name="facade.dir" value="${basedir}/../facade"/> <property name="bprocessor.dir" value="${basedir}/../bprocessor"/> <property name="bproc.dir" value="${basedir}/../bprocessor"/> --- 14,17 ---- *************** *** 35,39 **** <ant dir="${gui.dir}" target="clean"/> <ant dir="${gl.dir}" target="clean"/> - <ant dir="${facade.dir}" target="clean"/> <ant dir="${bprocessor.dir}" target="clean"/> </target> --- 34,37 ---- *************** *** 50,54 **** <ant dir="${gui.dir}" target="dist"/> <ant dir="${gl.dir}" target="dist"/> - <ant dir="${facade.dir}" target="dist"/> <ant dir="${bprocessor.dir}" target="dist"/> <copy todir="${release.dir}"> --- 48,51 ---- |