vmassol     2004/07/16 06:34:40

  Modified:    clover   plugin.jelly
  Log:
  indentation fix
  
  Revision  Changes    Path
  1.33      +2 -2      maven-plugins/clover/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clover/plugin.jelly,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- plugin.jelly      16 Jul 2004 13:31:52 -0000      1.32
  +++ plugin.jelly      16 Jul 2004 13:34:40 -0000      1.33
  @@ -239,7 +239,7 @@
        ========================================================================
     -->
     <goal name="clover:xml-report-internal">
  -     <ant:clover-report>
  +    <ant:clover-report>
         <current outfile="${maven.build.dir}/clover.xml" 
                title="${pom.name} - ${pom.currentVersion}">
           <format type="xml" orderBy="${maven.clover.orderBy}"/>
  @@ -257,7 +257,7 @@
        ========================================================================
     -->
     <goal name="clover:html-report-internal">
  -     <ant:clover-report>
  +    <ant:clover-report>
         <current 
                outfile="${cloverReportDirectory}" 
                title="${pom.name} - ${pom.currentVersion}">
  
  
  

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

Reply via email to