jvanzyl 02/03/17 08:24:55
Modified: src/templates/build build-maven.xml
Log:
Get rid of the test-reports directory in the 'clean' target.
Revision Changes Path
1.7 +1 -0 jakarta-turbine-maven/src/templates/build/build-maven.xml
Index: build-maven.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-maven.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build-maven.xml 14 Mar 2002 22:23:35 -0000 1.6
+++ build-maven.xml 17 Mar 2002 16:24:55 -0000 1.7
@@ -348,6 +348,7 @@
description="o Cleans up the build directory">
<echo message="Cleaning up ${build.dir}"/>
<delete dir="${build.dir}"/>
+ <delete dir="${test.reportsDirectory}"/>
</target>
<!-- ================================================================== -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>