Author: nbubna
Date: Fri Jun 29 14:16:11 2007
New Revision: 552036

URL: http://svn.apache.org/viewvc?view=rev&rev=552036
Log:
make sure 'ant clean' cleans up after Maven2 also

Modified:
    velocity/tools/branches/2.x/build.properties
    velocity/tools/branches/2.x/build.xml

Modified: velocity/tools/branches/2.x/build.properties
URL: 
http://svn.apache.org/viewvc/velocity/tools/branches/2.x/build.properties?view=diff&rev=552036&r1=552035&r2=552036
==============================================================================
--- velocity/tools/branches/2.x/build.properties (original)
+++ velocity/tools/branches/2.x/build.properties Fri Jun 29 14:16:11 2007
@@ -59,6 +59,7 @@
 
 # build directories
 build.dir=${basedir}/build
+mvn.build.dir=${basedir}/target
 classes.dir=${build.dir}/classes
 lib.dir=${basedir}/lib
 dist.dir=${basedir}/dist

Modified: velocity/tools/branches/2.x/build.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/branches/2.x/build.xml?view=diff&rev=552036&r1=552035&r2=552036
==============================================================================
--- velocity/tools/branches/2.x/build.xml (original)
+++ velocity/tools/branches/2.x/build.xml Fri Jun 29 14:16:11 2007
@@ -70,6 +70,7 @@
     <delete dir="${build.dir}"/>
     <delete dir="${dist.dir}"/>
     <delete dir="${docs.dir}"/>
+    <delete dir="${mvn.build.dir}"/>
 
     <!-- Clean example applications  -->
     <ant antfile="${basedir}/examples.xml" target="clean-examples" />


Reply via email to