[hornetq-commits] JBoss hornetq SVN: r8462 - trunk/examples/core/embedded.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 30 05:10:50 EST 2009


Author: ataylor
Date: 2009-11-30 05:10:50 -0500 (Mon, 30 Nov 2009)
New Revision: 8462

Modified:
   trunk/examples/core/embedded/build.xml
Log:
fixed classpath

Modified: trunk/examples/core/embedded/build.xml
===================================================================
--- trunk/examples/core/embedded/build.xml	2009-11-30 09:43:48 UTC (rev 8461)
+++ trunk/examples/core/embedded/build.xml	2009-11-30 10:10:50 UTC (rev 8462)
@@ -23,6 +23,7 @@
    <path id="local.classpath">
       <fileset dir="${hornetq.jars.dir}">
          <include name="hornetq-core.jar"/>
+         <include name="netty.jar"/>
       </fileset>
       <pathelement location="${classes.dir}"/>	   	
    </path>



More information about the hornetq-commits mailing list