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>
Show replies by date