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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 19 01:24:31 EST 2008


Author: trustin
Date: 2008-11-19 01:24:31 -0500 (Wed, 19 Nov 2008)
New Revision: 5386

Modified:
   trunk/.classpath
   trunk/build-thirdparty.xml
Log:
Upgraded to Netty 3.0.2.GA



Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2008-11-19 06:14:47 UTC (rev 5385)
+++ trunk/.classpath	2008-11-19 06:24:31 UTC (rev 5386)
@@ -63,6 +63,6 @@
 	<classpathentry kind="lib" path="thirdparty/cglib/lib/cglib.jar"/>
 	<classpathentry kind="lib" path="tests/tmpfiles"/>
 	<classpathentry kind="lib" path="thirdparty/apache-mina/lib/mina-core-2.0.0-M3-20080730.120633-1.jar" sourcepath="thirdparty/apache-mina/lib/mina-core-2.0.0-M3-20080730.120633-1-sources.jar"/>
-	<classpathentry kind="lib" path="thirdparty/netty/lib/netty-3.0.1.GA.jar" sourcepath="thirdparty/netty/lib/netty-3.0.1.GA-sources.jar"/>
+	<classpathentry kind="lib" path="thirdparty/netty/lib/netty-3.0.2.GA.jar" sourcepath="thirdparty/netty/lib/netty-3.0.2.GA-sources.jar"/>
 	<classpathentry kind="output" path="eclipse-output"/>
 </classpath>

Modified: trunk/build-thirdparty.xml
===================================================================
--- trunk/build-thirdparty.xml	2008-11-19 06:14:47 UTC (rev 5385)
+++ trunk/build-thirdparty.xml	2008-11-19 06:24:31 UTC (rev 5386)
@@ -85,7 +85,7 @@
            Dependencies required to build the transport jar
       -->
 
-      <componentref name="netty" version="3.0.1.GA"/>
+      <componentref name="netty" version="3.0.2.GA"/>
       <componentref name="apache-mina" version="2.0.0-M3-20080730.120633-1"/>
 
       <!--




More information about the jboss-cvs-commits mailing list