[Mc4j-cvs] mc4j build.xml,1.31,1.32
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2004-04-07 21:00:54
|
Update of /cvsroot/mc4j/mc4j In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26679 Modified Files: build.xml Log Message: Need to deep-copy the dashboards now. Index: build.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/build.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** build.xml 7 Apr 2004 03:16:22 -0000 1.31 --- build.xml 7 Apr 2004 20:47:51 -0000 1.32 *************** *** 238,243 **** <copy todir="${application.install}" flatten="no" overwrite="yes"> <fileset dir="application"> ! <include name="dashboards/*.xml"/> ! <include name="dashboards/*.dtd"/> </fileset> </copy> --- 238,243 ---- <copy todir="${application.install}" flatten="no" overwrite="yes"> <fileset dir="application"> ! <include name="dashboards/**/*.xml"/> ! <include name="dashboards/**/*.dtd"/> </fileset> </copy> |