[hornetq-commits] JBoss hornetq SVN: r8464 - trunk/examples/jms/embedded.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 30 05:44:49 EST 2009


Author: ataylor
Date: 2009-11-30 05:44:49 -0500 (Mon, 30 Nov 2009)
New Revision: 8464

Modified:
   trunk/examples/jms/embedded/build.xml
Log:
fixed classpath on embedded example

Modified: trunk/examples/jms/embedded/build.xml
===================================================================
--- trunk/examples/jms/embedded/build.xml	2009-11-30 10:11:25 UTC (rev 8463)
+++ trunk/examples/jms/embedded/build.xml	2009-11-30 10:44:49 UTC (rev 8464)
@@ -25,7 +25,9 @@
  	     <include name="**/jnpserver.jar"/>	     
  	     <include name="**/jboss-logging-spi.jar"/>	     
  	     <include name="**/jboss-common-core.jar"/>	     
- 	     <include name="**/netty.jar"/>	     
+ 	     <include name="**/netty.jar"/>
+        <!--for the distro-->
+        <include name="**/jboss-mc.jar"/>
  	  </fileset>
    </path>
       



More information about the hornetq-commits mailing list