[jboss-cvs] JBoss Messaging SVN: r7075 - trunk/examples/jms/queue-message-redistribution.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 27 09:49:46 EDT 2009


Author: ataylor
Date: 2009-05-27 09:49:46 -0400 (Wed, 27 May 2009)
New Revision: 7075

Modified:
   trunk/examples/jms/queue-message-redistribution/build.xml
Log:
fixed ant build for example

Modified: trunk/examples/jms/queue-message-redistribution/build.xml
===================================================================
--- trunk/examples/jms/queue-message-redistribution/build.xml	2009-05-27 13:39:25 UTC (rev 7074)
+++ trunk/examples/jms/queue-message-redistribution/build.xml	2009-05-27 13:49:46 UTC (rev 7075)
@@ -33,10 +33,10 @@
    <import file="../../common/build.xml"/>
 
    <target name="run">
-     <!-- <antcall target="runExample">
+      <antcall target="runExample">
          <param name="example.classname" value="org.jboss.jms.example.QueueMessageRedistributionExample"/>
          <param name="jbm.example.beans.file" value="server0 server1"/>
-      </antcall>-->
+      </antcall>
    </target>
 
    <target name="runRemote">




More information about the jboss-cvs-commits mailing list