[jboss-cvs] JBoss Messaging SVN: r6375 - trunk/examples/javaee/common.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 9 08:08:41 EDT 2009


Author: gaohoward
Date: 2009-04-09 08:08:41 -0400 (Thu, 09 Apr 2009)
New Revision: 6375

Modified:
   trunk/examples/javaee/common/build.xml
Log:
add netty jar to classpath


Modified: trunk/examples/javaee/common/build.xml
===================================================================
--- trunk/examples/javaee/common/build.xml	2009-04-09 11:52:13 UTC (rev 6374)
+++ trunk/examples/javaee/common/build.xml	2009-04-09 12:08:41 UTC (rev 6375)
@@ -64,6 +64,9 @@
       <fileset dir="${jboss.home}/client">
          <include name="**/*.jar"/>
       </fileset>
+      <fileset dir="${jboss.home}/server/jbm2_default/lib">
+         <include name="netty-3.1.0.BETA1.jar"/>
+      </fileset>
    </path>
 
    <path id="jms.runtime.classpath">




More information about the jboss-cvs-commits mailing list