[Bprocessor-commit] build build.xml,1.32,1.33
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2009-06-29 09:27:31
|
Update of /cvsroot/bprocessor/build In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19387 Modified Files: build.xml Log Message: Some components Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/build/build.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** build.xml 23 Nov 2007 10:27:29 -0000 1.32 --- build.xml 29 Jun 2009 09:27:26 -0000 1.33 *************** *** 55,58 **** --- 55,60 ---- <include name="*.xml"/> <include name="components/*.bpl"/> + <include name="components/obj/**/*.obj"/> + <include name="components/basic/*.bp"/> </fileset> </copy> |