[Bprocessor-commit] build build.xml,1.31,1.32
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2007-11-23 10:27:26
|
Update of /cvsroot/bprocessor/build In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3818 Modified Files: build.xml Log Message: Changed library directory to components and made build script copy it into dist. Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** build.xml 6 Aug 2007 12:07:43 -0000 1.31 --- build.xml 23 Nov 2007 10:27:29 -0000 1.32 *************** *** 54,57 **** --- 54,58 ---- <fileset dir="${bproc.dir}"> <include name="*.xml"/> + <include name="components/*.bpl"/> </fileset> </copy> |