[Bprocessor-commit] kernel build.xml,1.6,1.7
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2007-08-06 12:07:45
|
Update of /cvsroot/bprocessor/kernel In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26305 Modified Files: build.xml Log Message: fixed compilation so that the missing xml file are found and the refelction arn't told that the private methods in gui are public Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/kernel/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** build.xml 2 Jan 2007 17:27:17 -0000 1.6 --- build.xml 6 Aug 2007 12:07:39 -0000 1.7 *************** *** 138,141 **** --- 138,144 ---- <include name="**/*.jar"/> </fileset> + <fileset dir="${conf.dir}"> + <include name="log4j.properties"/> + </fileset> </copy> </target> |