Author: jsong
Date: Mon Aug 16 17:22:15 2004
New Revision: 36483

Modified:
   incubator/beehive/trunk/build.xml
Log:
Add a "run_all" target to trunk/build.xml, which will run "clean","deploy" and 
"drt".
This target provides a handle for cruisecontrol to clean, build and run both 
NETUI drt and control drt.


Modified: incubator/beehive/trunk/build.xml
==============================================================================
--- incubator/beehive/trunk/build.xml   (original)
+++ incubator/beehive/trunk/build.xml   Mon Aug 16 17:22:15 2004
@@ -204,4 +204,10 @@
         </java>
     </target>
 
+    <target name="run_all" description="A target to clean, deploy and run drt">
+       <antcall target="clean"/>
+       <antcall target="deploy"/>
+       <antcall target="drt"/>
+    </target>
+
 </project>

Reply via email to