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>
 


Reply via email to