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 2007/01/22 19:52:01 UTC

svn commit: r498745 - /velocity/tools/trunk/build.xml

Author: nbubna
Date: Mon Jan 22 10:52:00 2007
New Revision: 498745

URL: http://svn.apache.org/viewvc?view=rev&rev=498745
Log:
one last tweak, tests should be part of the release process

Modified:
    velocity/tools/trunk/build.xml

Modified: velocity/tools/trunk/build.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/build.xml?view=diff&rev=498745&r1=498744&r2=498745
==============================================================================
--- velocity/tools/trunk/build.xml (original)
+++ velocity/tools/trunk/build.xml Mon Jan 22 10:52:00 2007
@@ -421,7 +421,7 @@
 
   <!-- Create binary distribution files -->
   <target name="release.binaries"
-          depends="clean,clean.lib,prepare,jar.struts,jar.view,jar.generic,examples,javadoc,docs"
+          depends="clean,clean.lib,prepare,jar.struts,jar.view,jar.generic,examples,javadoc,docs,test"
           description="Builds everything and creates the binary distribution files">
 
     <!-- Gather misc docs/files -->