[hornetq-commits] JBoss hornetq SVN: r10345 - branches/Branch_2_2_EAP/examples/jms/transaction-failover.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 18 08:08:16 EDT 2011


Author: ataylor
Date: 2011-03-18 08:08:16 -0400 (Fri, 18 Mar 2011)
New Revision: 10345

Modified:
   branches/Branch_2_2_EAP/examples/jms/transaction-failover/build.xml
Log:
fixed tx failover example

Modified: branches/Branch_2_2_EAP/examples/jms/transaction-failover/build.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/jms/transaction-failover/build.xml	2011-03-18 06:09:59 UTC (rev 10344)
+++ branches/Branch_2_2_EAP/examples/jms/transaction-failover/build.xml	2011-03-18 12:08:16 UTC (rev 10345)
@@ -34,7 +34,7 @@
    </target>
      
    <target name="delete-files" depends="clean">
-      <delete file="./server1/KILL_ME"/>           
+      <delete file="./server0/KILL_ME"/>
    </target>
 
 </project>



More information about the hornetq-commits mailing list