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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 15 23:36:45 EDT 2009


Author: gaohoward
Date: 2009-04-15 23:36:44 -0400 (Wed, 15 Apr 2009)
New Revision: 6439

Modified:
   trunk/examples/jms/common/build.xml
Log:
fix clean target typo


Modified: trunk/examples/jms/common/build.xml
===================================================================
--- trunk/examples/jms/common/build.xml	2009-04-15 18:00:22 UTC (rev 6438)
+++ trunk/examples/jms/common/build.xml	2009-04-16 03:36:44 UTC (rev 6439)
@@ -137,7 +137,7 @@
       <delete dir="./server0/logs" quiet="true" />
       <delete dir="./server0/data" quiet="true" />
       <delete dir="./server1/logs" quiet="true" />
-      <delete dir="./server2/data" quiet="true" />
+      <delete dir="./server1/data" quiet="true" />
    </target>
     
    <target name="all" description="Run all the JMS examples">




More information about the jboss-cvs-commits mailing list