Author: crossley
Date: Thu Feb 3 01:43:16 2005
New Revision: 151141
URL: http://svn.apache.org/viewcvs?view=rev&rev=151141
Log:
Perhaps gump wants to build the "test" site.
Modified:
forrest/trunk/main/build.xml
Modified: forrest/trunk/main/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/build.xml?view=diff&r1=151140&r2=151141
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Thu Feb 3 01:43:16 2005
@@ -295,7 +295,7 @@
<!-- ================================== -->
<target name="gump" description="Target used by Gump">
<!--<antcall target="test"/>-->
- <antcall target="site"/>
+ <antcall target="test"/>
<antcall target="webapp"/>
</target>