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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 1 02:14:34 EDT 2008


Author: trustin
Date: 2008-07-01 02:14:34 -0400 (Tue, 01 Jul 2008)
New Revision: 4629

Modified:
   trunk/.classpath
   trunk/build-thirdparty.xml
Log:
Added the latest milestone of Netty to the dependency list



Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2008-06-30 13:55:19 UTC (rev 4628)
+++ trunk/.classpath	2008-07-01 06:14:34 UTC (rev 4629)
@@ -63,5 +63,10 @@
 	<classpathentry kind="lib" path="thirdparty/easymock-classextension/lib/easymockclassextension.jar"/>
 	<classpathentry kind="lib" path="thirdparty/cglib/lib/cglib.jar"/>
 	<classpathentry kind="lib" path="tests/tmpfiles"/>
+	<classpathentry kind="lib" path="thirdparty/netty/lib/netty-3.0.0.M3.jar" sourcepath="thirdparty/netty/lib/netty-3.0.0.M3-sources.jar">
+		<attributes>
+			<attribute name="javadoc_location" value="http://netty.googlecode.com/svn/site/api/3.0/"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="eclipse-output"/>
 </classpath>

Modified: trunk/build-thirdparty.xml
===================================================================
--- trunk/build-thirdparty.xml	2008-06-30 13:55:19 UTC (rev 4628)
+++ trunk/build-thirdparty.xml	2008-07-01 06:14:34 UTC (rev 4629)
@@ -99,6 +99,7 @@
       <componentref name="jboss/jboss-javaee" version="5.0.0.Beta3"/>
       <componentref name="jboss/jboss-common-logging-spi" version="2.0.4.GA"/>
       <componentref name="apache-mina" version="2.0.0-M2-20080520.004618-19"/>
+      <componentref name="netty" version="3.0.0.M3"/>
       <componentref name="slf4j/log4j" version="1.4.3"/>
       <componentref name="jpa-api" version="1.0.0.GA"/>
 




More information about the jboss-cvs-commits mailing list