[Bprocessor-commit] kernel build.xml,1.4,1.5
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-09-11 20:39:05
|
Update of /cvsroot/bprocessor/kernel In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19444 Modified Files: build.xml Log Message: bscript added to build Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/kernel/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.xml 6 Sep 2006 13:03:26 -0000 1.4 --- build.xml 11 Sep 2006 20:39:03 -0000 1.5 *************** *** 107,110 **** --- 107,111 ---- <fileset dir="${xml.dir}"> <include name="**/*.class"/> + <include name="**/*.properties"/> </fileset> </copy> |