[hornetq-commits] JBoss hornetq SVN: r10296 - branches/Branch_2_2_EAP/examples/common.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Mar 7 07:45:08 EST 2011


Author: ataylor
Date: 2011-03-07 07:45:08 -0500 (Mon, 07 Mar 2011)
New Revision: 10296

Modified:
   branches/Branch_2_2_EAP/examples/common/build.xml
Log:
exclude stop server failover example from all example run

Modified: branches/Branch_2_2_EAP/examples/common/build.xml
===================================================================
--- branches/Branch_2_2_EAP/examples/common/build.xml	2011-03-07 12:38:06 UTC (rev 10295)
+++ branches/Branch_2_2_EAP/examples/common/build.xml	2011-03-07 12:45:08 UTC (rev 10296)
@@ -209,10 +209,18 @@
             <exclude name="jms/perf/build.xml"/>
             <exclude name="jms/stomp-websockets/build.xml"/>
             <exclude name="jms/spring-integration/build.xml"/>
+            <exclude name="jms/stop-server-failover/build.xml"/>
          </fileset>
       </subant>
    	
-   	  <echo message="Do not forget to run jms/applet, jms/clustered-standalone, jms/stomp-websockets &amp; jms/jms-bridge examples manually!" />
+   	<echo message="Do not forget to run the following examples manually!" />
+      <echo message="twitter-connector"/>
+      <echo message="applet"/>
+      <echo message="jms-bridge"/>
+      <echo message="large-message"/>
+      <echo message="stomp-websockets"/>
+      <echo message="spring-integration"/>
+      <echo message="stop-server-failover"/>
    </target>
 
 </project>



More information about the hornetq-commits mailing list