[Bprocessor-commit] build build.xml,1.41,1.42
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2010-12-17 12:16:51
|
Update of /cvsroot/bprocessor/build In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13760 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** build.xml 8 Dec 2010 11:37:26 -0000 1.41 --- build.xml 17 Dec 2010 12:16:43 -0000 1.42 *************** *** 17,20 **** --- 17,21 ---- <property name="bprocessor.dir" value="${basedir}/../bprocessor"/> <property name="bproc.dir" value="${basedir}/../bprocessor"/> + <property name="sensobyg.dir" value="${basedir}/../sensobyg"/> <property name="release.dir" value="${basedir}/dist"/> *************** *** 100,103 **** --- 101,109 ---- </fileset> </copy> + <copy todir="${release.dir}/core"> + <fileset dir="${sensobyg.dir}/dist"> + <include name="**/*"/> + </fileset> + </copy> <chmod dir="${release.dir}" perm="ugo+rx" |