Author: nbubna
Date: Mon Apr 26 16:45:05 2010
New Revision: 938119
URL: http://svn.apache.org/viewvc?rev=938119&view=rev
Log:
since the test target cleans up the showcase war (for good reasons whose
details i can't recall offhand), ensure the release target includes the
showcase app anyway
Modified:
velocity/tools/trunk/build.xml
Modified: velocity/tools/trunk/build.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/trunk/build.xml?rev=938119&r1=938118&r2=938119&view=diff
==============================================================================
--- velocity/tools/trunk/build.xml (original)
+++ velocity/tools/trunk/build.xml Mon Apr 26 16:45:05 2010
@@ -587,7 +587,7 @@
<!-- Create binary distribution files -->
<target name="release.binaries"
-
depends="clean,prepare,jar.struts,jar.view,jar.generic,jar.source,jar.javadoc,examples,javadoc,docs,test"
+
depends="clean,prepare,jar.struts,jar.view,jar.generic,jar.source,jar.javadoc,examples,javadoc,docs,test,showcase"
description="Builds everything and creates the binary distribution
files">
<!-- Gather misc docs/files -->