carlos      2004/07/18 04:26:38

  Modified:    clover   plugin.jelly
  Log:
  Fixed typo
  
  Revision  Changes    Path
  1.35      +2 -2      maven-plugins/clover/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clover/plugin.jelly,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- plugin.jelly      16 Jul 2004 18:36:26 -0000      1.34
  +++ plugin.jelly      18 Jul 2004 11:26:38 -0000      1.35
  @@ -212,7 +212,7 @@
        ========================================================================
     -->
     <goal name="clover:test-single"
  -      description="Compile code with Clover and execute a single unit test"
  +      description="Compile code with Clover and execute a single unit test">
   
       <j:choose>
         <j:when test="${unitTestSourcesPresent == 'true'}">
  @@ -235,7 +235,7 @@
        ========================================================================
     -->
     <goal name="clover:report" prereqs="clover:on"
  -      description="Generates the Clover reports"
  +      description="Generates the Clover reports">
   
       <!-- Skip reports if no coverage database has been created. -->
       <u:file var="cloverDatabaseAsFile" name="${cloverDatabase}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to