vmassol 2003/11/09 12:48:34
Modified: clover plugin.jelly
Log:
Fixed typo. Sorry guys.
Revision Changes Path
1.13 +1 -1 maven-plugins/clover/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/clover/plugin.jelly,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- plugin.jelly 6 Nov 2003 07:02:30 -0000 1.12
+++ plugin.jelly 9 Nov 2003 20:48:33 -0000 1.13
@@ -122,7 +122,7 @@
<goal name="clover:report" prereqs="clover:test">
<!-- Skip reports if no coverage database has been created. -->
- <u:file var="cloverDatabasAsFile" name="${cloverDatabase}"/>
+ <u:file var="cloverDatabaseAsFile" name="${cloverDatabase}"/>
<j:choose>
<j:when test="${cloverDatabaseAsFile.exists()}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]