[hornetq-commits] JBoss hornetq SVN: r8182 - trunk/examples/common.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 2 10:07:01 EST 2009


Author: jmesnil
Date: 2009-11-02 10:07:01 -0500 (Mon, 02 Nov 2009)
New Revision: 8182

Modified:
   trunk/examples/common/build.xml
Log:
automated run of examples

Added clustered-standalone to the list of examples to run manually

Modified: trunk/examples/common/build.xml
===================================================================
--- trunk/examples/common/build.xml	2009-11-02 15:04:10 UTC (rev 8181)
+++ trunk/examples/common/build.xml	2009-11-02 15:07:01 UTC (rev 8182)
@@ -199,12 +199,13 @@
             <exclude name="common/build.xml"/>
             <exclude name="core/perf/build.xml"/>
             <exclude name="jms/applet/build.xml"/>
+            <exclude name="jms/clustered-standalone/build.xml"/>
             <exclude name="jms/jms-bridge/build.xml"/>
             <exclude name="jms/perf/build.xml"/>
          </fileset>
       </subant>
    	
-   	  <echo message="Do not forget to run jms/applet &amp; jms-bridge examples manually!" />
+   	  <echo message="Do not forget to run jms/applet, jms/clustered-standalone &amp; jms-bridge examples manually!" />
    </target>
 
 </project>



More information about the hornetq-commits mailing list