[Bprocessor-commit] bprocessor build.xml,1.2,1.3
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2010-12-08 09:25:41
|
Update of /cvsroot/bprocessor/bprocessor In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27395 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/bprocessor/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 7 Dec 2010 14:43:30 -0000 1.2 --- build.xml 8 Dec 2010 09:25:33 -0000 1.3 *************** *** 121,134 **** </jar> <copy todir="${dist.dir}"> ! <fileset dir="${lib.dir}"> ! <include name="log4j.jar"/> ! </fileset> ! <fileset dir="${lib.dir}"> ! <include name="jaxb.jar"/> ! </fileset> ! <fileset dir="${conf.dir}"> ! <include name="log4j.properties"/> ! </fileset> ! </copy> </target> --- 121,128 ---- </jar> <copy todir="${dist.dir}"> ! <fileset dir="${conf.dir}"> ! <include name="log4j.properties"/> ! </fileset> ! </copy> </target> |