You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/11/24 17:55:56 UTC

svn commit: r720225 - /velocity/engine/trunk/build/build.xml

Author: nbubna
Date: Mon Nov 24 08:55:55 2008
New Revision: 720225

URL: http://svn.apache.org/viewvc?rev=720225&view=rev
Log:
force a clean during release target to ensure i don't miss jdk5 deps again

Modified:
    velocity/engine/trunk/build/build.xml

Modified: velocity/engine/trunk/build/build.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/build/build.xml?rev=720225&r1=720224&r2=720225&view=diff
==============================================================================
--- velocity/engine/trunk/build/build.xml (original)
+++ velocity/engine/trunk/build/build.xml Mon Nov 24 08:55:55 2008
@@ -856,7 +856,7 @@
   <!-- ================================================================== -->
   <target name="release"
     description="Build the packages as release manager, does additional checks over the package target"
-    depends="package-java-check, package, pom" />
+    depends="package-java-check, clean, package, pom" />
 
   <!-- ================================================================== -->
   <!-- Packages the distribution with ZIP and TAR-GZIP                    -->