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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 15 10:58:21 EDT 2009


Author: jmesnil
Date: 2009-10-15 10:58:20 -0400 (Thu, 15 Oct 2009)
New Revision: 8114

Modified:
   trunk/examples/common/build.xml
Log:
https://jira.jboss.org/jira/browse/HORNETQ-177: Create JMS bridge example which demonstrates use of remote machines

* excludes jms-bridge from the automated run of the examples

Modified: trunk/examples/common/build.xml
===================================================================
--- trunk/examples/common/build.xml	2009-10-15 14:32:21 UTC (rev 8113)
+++ trunk/examples/common/build.xml	2009-10-15 14:58:20 UTC (rev 8114)
@@ -199,11 +199,12 @@
             <exclude name="common/build.xml"/>
             <exclude name="core/perf/build.xml"/>
             <exclude name="jms/applet/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 example manually!" />
+   	  <echo message="Do not forget to run jms/applet &amp; jms-bridge examples manually!" />
    </target>
 
 </project>



More information about the hornetq-commits mailing list