jvanzyl 2002/07/03 14:48:48
Modified: src/plugins/clover plugin.jelly
Log:
Getting rid of old deps.
Revision Changes Path
1.2 +1 -3 jakarta-turbine-maven/src/plugins/clover/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/clover/plugin.jelly,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plugin.jelly 28 Jun 2002 02:54:17 -0000 1.1
+++ plugin.jelly 3 Jul 2002 21:48:48 -0000 1.2
@@ -95,8 +95,7 @@
<goal
name="clover-report-html"
- prereqs="local-init"
- description="o Generate HTML test coverage reports with Clover">
+ description="Generate HTML test coverage reports with Clover">
<mkdir dir="${maven.docs.dest}/clover"/>
@@ -116,7 +115,6 @@
<goal
name="clover-report-swing"
- prereqs="local-init"
description="Generate Swing test coverage reports with Clover">
<mkdir dir="${maven.docs.dest}/clover"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>