[Bprocessor-commit] gui build.xml,1.5,1.6
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2010-12-08 11:10:42
|
Update of /cvsroot/bprocessor/gui In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23630 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/gui/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.xml 12 Oct 2007 08:05:05 -0000 1.5 --- build.xml 8 Dec 2010 11:10:34 -0000 1.6 *************** *** 4,9 **** <property name="name" value="gui"/> <property name="version" value="0.1"/> - - <property name="kernel.dir" value="${basedir}/../kernel"/> <property name="model.dir" value="${basedir}/../model"/> <property name="tools.dir" value="${basedir}/../tools"/> --- 4,7 ---- *************** *** 63,71 **** </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*"/> --- 61,64 ---- |