[Bprocessor-commit] model/src build.xml,1.3,1.4
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2005-10-18 08:17:18
|
Update of /cvsroot/bprocessor/model/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv855/src Modified Files: build.xml Log Message: Fast target added to build.xml Geometry implements surface finding algorithms Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/model/src/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build.xml 28 Sep 2005 14:07:55 -0000 1.3 --- build.xml 18 Oct 2005 08:17:07 -0000 1.4 *************** *** 23,27 **** <target name="dep" depends="init"> <depend srcdir="${src.dir}" ! destdir="${build.dir}" cache="${build.dir}/depcache" closure="yes" --- 23,27 ---- <target name="dep" depends="init"> <depend srcdir="${src.dir}" ! destdir="${build.code.dir}" cache="${build.dir}/depcache" closure="yes" |