[Bprocessor-commit] bprocessor build.xml,1.3,1.4
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2010-12-08 11:10:27
|
Update of /cvsroot/bprocessor/bprocessor In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23473 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/bprocessor/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build.xml 8 Dec 2010 09:25:33 -0000 1.3 --- build.xml 8 Dec 2010 11:10:19 -0000 1.4 *************** *** 5,9 **** <property name="version" value="0.1"/> - <property name="kernel.dir" value="${basedir}/../kernel"/> <property name="model.dir" value="${basedir}/../model"/> <property name="bscript.dir" value="${basedir}/../bscript"/> --- 5,8 ---- *************** *** 65,73 **** </copy> <copy todir="${lib.dir}"> - <fileset dir="${kernel.dir}/dist"> - <include name="**/kernel*"/> - </fileset> - </copy> - <copy todir="${lib.dir}"> <fileset dir="${model.dir}/dist"> <include name="**/model*"/> --- 64,67 ---- |