[Bprocessor-commit] bscript build.xml,1.3,1.4
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-09-13 13:36:34
|
Update of /cvsroot/bprocessor/bscript In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5814 Modified Files: build.xml Log Message: Added a script to project that can contain userdefined functions Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/bscript/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build.xml 12 Sep 2006 09:27:31 -0000 1.3 --- build.xml 13 Sep 2006 13:36:32 -0000 1.4 *************** *** 6,9 **** --- 6,10 ---- <property name="tools.dir" value="${basedir}/../tools"/> <property name="build.dir" value="${basedir}/build"/> + <property name="model.dir" value="${basedir}/../model"/> <property name="src.dir" value="${basedir}/src"/> <property name="conf.dir" value="${src.dir}/etc"/> |