Author: cheche
Date: Sun Jan 23 08:00:24 2005
New Revision: 126215

URL: http://svn.apache.org/viewcvs?view=rev&rev=126215
Log:
Missing target for Gump

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&rev=126215&p1=forrest/trunk/main/build.xml&r1=126214&p2=forrest/trunk/main/build.xml&r2=126215
==============================================================================
--- forrest/trunk/main/build.xml        (original)
+++ forrest/trunk/main/build.xml        Sun Jan 23 08:00:24 2005
@@ -250,6 +250,10 @@
     description="Generates static HTML documentation">
     <ant antfile="${forrest.core}/forrest.build.xml" target="site"/>
   </target>
+  <target name="webapp" depends="dist-shbat"
+    description="Builds a cocoon webapp for local execution">
+    <ant antfile="${forrest.core}/forrest.build.xml" target="webapp"/>
+  </target>
 
   <!-- ================================== -->
   <!--        Test targets                -->

Reply via email to