[Bprocessor-commit] build build.xml,1.44,1.45
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2013-05-15 07:38:49
|
Update of /cvsroot/bprocessor/build In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26800 Modified Files: build.xml Log Message: Cleaning up code Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** build.xml 14 May 2013 21:13:22 -0000 1.44 --- build.xml 15 May 2013 07:38:47 -0000 1.45 *************** *** 16,20 **** <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"/> --- 16,19 ---- *************** *** 98,106 **** </fileset> </copy> - <copy todir="${release.dir}/core"> - <fileset dir="${sensobyg.dir}/dist"> - <include name="**/*"/> - </fileset> - </copy> <chmod dir="${release.dir}" perm="ugo+rx" --- 97,100 ---- |