You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2010/01/13 14:26:48 UTC

svn commit: r898741 - /incubator/wookie/trunk/build.xml

Author: scottbw
Date: Wed Jan 13 13:26:47 2010
New Revision: 898741

URL: http://svn.apache.org/viewvc?rev=898741&view=rev
Log:
Added a description to the Run ant target

Modified:
    incubator/wookie/trunk/build.xml

Modified: incubator/wookie/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/build.xml?rev=898741&r1=898740&r2=898741&view=diff
==============================================================================
--- incubator/wookie/trunk/build.xml (original)
+++ incubator/wookie/trunk/build.xml Wed Jan 13 13:26:47 2010
@@ -35,7 +35,7 @@
 	 	<property name="project.scripts.dir" value="scripts/derby"/>
   </target>
 	
-  <target name="run" depends="deploy-webapp">    
+  <target name="run" depends="deploy-webapp" description="Run in standalone mode">    
   	<ant antfile="ant/ivy-java-common.xml" target="run"/>
   </target>