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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 27 09:36:22 EDT 2009


Author: jmesnil
Date: 2009-05-27 09:36:22 -0400 (Wed, 27 May 2009)
New Revision: 7072

Modified:
   trunk/examples/javaee/common/build.xml
Log:
updated netty jar in build files to 3.1.0.BETA3

Modified: trunk/examples/javaee/common/build.xml
===================================================================
--- trunk/examples/javaee/common/build.xml	2009-05-27 13:36:10 UTC (rev 7071)
+++ trunk/examples/javaee/common/build.xml	2009-05-27 13:36:22 UTC (rev 7072)
@@ -68,7 +68,7 @@
          <include name="**/*.jar"/>
       </fileset>
       <fileset dir="${jboss.home}/server/default-with-jbm2/lib">
-         <include name="netty-3.1.0.BETA1.jar"/>
+         <include name="netty-3.1.0.BETA3.jar"/>
       </fileset>
    </path>
 




More information about the jboss-cvs-commits mailing list