Author: jalkanen
Date: Fri Jul 24 07:46:31 2009
New Revision: 797357
URL: http://svn.apache.org/viewvc?rev=797357&view=rev
Log:
Oops, srczip would fail due to missing dependency.
Modified:
incubator/jspwiki/trunk/build.xml
Modified: incubator/jspwiki/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=797357&r1=797356&r2=797357&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Fri Jul 24 07:46:31 2009
@@ -557,7 +557,7 @@
NB: You must have the svn command line client available in
your path before you attempt to run this task.
-->
- <target name="srczip" depends="installinit"
+ <target name="srczip" depends="init,installinit"
description="Builds source zip.">
<delete dir="${install.src}" />