[Mc4j-cvs] mc4j build.xml,1.30,1.31
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2004-04-07 03:29:22
|
Update of /cvsroot/mc4j/mc4j In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18958 Modified Files: build.xml Log Message: Install the dashboard.dtd Index: build.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/build.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** build.xml 2 Apr 2004 03:38:11 -0000 1.30 --- build.xml 7 Apr 2004 03:16:22 -0000 1.31 *************** *** 189,192 **** --- 189,198 ---- </copy> + <copy todir="${application.install}" overwrite="yes"> + <fileset dir="application/dashboards"> + <include name="*.dtd"/> + </fileset> + </copy> + <!-- install the common library of shared files (images only) --> <!-- |