Author: ltheussl
Date: Tue Nov 22 11:00:11 2005
New Revision: 348214

URL: http://svn.apache.org/viewcvs?rev=348214&view=rev
Log:
velocity.log is removed by xdoc:clean

Modified:
    maven/maven-1/plugins/trunk/clean/plugin.jelly

Modified: maven/maven-1/plugins/trunk/clean/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clean/plugin.jelly?rev=348214&r1=348213&r2=348214&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clean/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/clean/plugin.jelly Tue Nov 22 11:00:11 2005
@@ -29,7 +29,6 @@
         description="Remove all project artifacts">
     <ant:delete dir="${maven.build.dir}"/>
     <ant:delete dir="${maven.build.dest}"/>
-    <ant:delete file="${basedir}/velocity.log" quiet="true" 
failonerror="false"/>
   </goal>
-  
+
 </project>


Reply via email to