From: <dr...@us...> - 2002-11-30 23:56:36
|
Update of /cvsroot/webmacro/webmacro/test In directory sc8-pr-cvs1:/tmp/cvs-serv16285/test Modified Files: build.xml Log Message: - fixing issues with .zip/.tgz file organization (put everything in a subdirectory) - fix test/build.xml:clean to clean up various .html files that get created during test - have build.xml:clean call test/build.xml:clean Index: build.xml =================================================================== RCS file: /cvsroot/webmacro/webmacro/test/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** build.xml 25 Nov 2002 05:12:32 -0000 1.7 --- build.xml 30 Nov 2002 23:56:33 -0000 1.8 *************** *** 29,32 **** --- 29,36 ---- <delete dir="${unit.classes}"/> <delete dir="${unit.reports}"/> + <delete file='LoadReport.html' /> + <delete file='LoadReport.html' /> + <delete file='PerformanceReport.html' /> + <delete file='ecomm.html' /> </target> |