[Bprocessor-commit] build build.xml,1.36,1.37
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2010-12-03 10:12:21
|
Update of /cvsroot/bprocessor/build In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16868 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** build.xml 7 May 2010 13:36:02 -0000 1.36 --- build.xml 3 Dec 2010 10:12:14 -0000 1.37 *************** *** 16,19 **** --- 16,20 ---- <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"/> <property name="release.dir" value="${basedir}/dist"/> *************** *** 36,39 **** --- 37,41 ---- <ant dir="${gl.dir}" target="clean"/> <ant dir="${facade.dir}" target="clean"/> + <ant dir="${bprocessor.dir}" target="clean"/> </target> *************** *** 51,54 **** --- 53,57 ---- <ant dir="${gl.dir}" target="dist"/> <ant dir="${facade.dir}" target="dist"/> + <ant dir="${bprocessor.dir}" target="dist"/> <copy todir="${release.dir}"> <fileset dir="${bproc.dir}"> |