[jboss-cvs] JBoss Messaging SVN: r4808 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 18 02:42:48 EDT 2008


Author: trustin
Date: 2008-08-18 02:42:48 -0400 (Mon, 18 Aug 2008)
New Revision: 4808

Modified:
   trunk/build-messaging.xml
Log:
Fixed build errors



Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-08-18 06:38:52 UTC (rev 4807)
+++ trunk/build-messaging.xml	2008-08-18 06:42:48 UTC (rev 4808)
@@ -170,7 +170,8 @@
       <path refid="jboss.jboss.jaspi.api.classpath"/>
       <path refid="jgroups.jgroups.classpath"/>
       <path refid="apache.mina.classpath"/>
-   	<path refid="jpa.api.classpath"/>
+      <path refid="netty.netty.classpath"/>
+      <path refid="jpa.api.classpath"/>
       <path location="${build.classes.dir}"/>
    </path>
 	
@@ -489,6 +490,9 @@
          <fileset dir="${apache.mina.lib}">
             <include name="mina-core-2.0.0-M2-20080520.004618-19.jar"/>
          </fileset>
+         <fileset dir="${netty.lib}">
+            <include name="netty-3.0.0.CR1.jar"/>
+         </fileset>
          <fileset dir="${slf4j.api.lib}">
             <include name="slf4j-api-1.4.3.jar"/>
          </fileset>




More information about the jboss-cvs-commits mailing list