[jboss-cvs] JBoss Messaging SVN: r6554 - trunk/examples/jms/common.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 24 06:13:43 EDT 2009


Author: gaohoward
Date: 2009-04-24 06:13:43 -0400 (Fri, 24 Apr 2009)
New Revision: 6554

Modified:
   trunk/examples/jms/common/build.xml
Log:
add clean-all target


Modified: trunk/examples/jms/common/build.xml
===================================================================
--- trunk/examples/jms/common/build.xml	2009-04-24 10:13:00 UTC (rev 6553)
+++ trunk/examples/jms/common/build.xml	2009-04-24 10:13:43 UTC (rev 6554)
@@ -133,6 +133,12 @@
       </fail>
    </target>
 
+   <target name="clean-all">
+      <subant target="clean" failonerror="true">
+         <fileset dir=".." includes="*/build.xml" excludes="common/build.xml"/>
+      </subant>
+   </target>
+
    <target name="clean">
       <delete dir="./build" quiet="true" />
       <delete dir="./logs" quiet="true" />




More information about the jboss-cvs-commits mailing list