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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 4 13:13:40 EST 2008


Author: clebert.suconic at jboss.com
Date: 2008-11-04 13:13:40 -0500 (Tue, 04 Nov 2008)
New Revision: 5262

Modified:
   trunk/.classpath
Log:
Fixing classpath on eclipse

Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2008-11-04 17:35:17 UTC (rev 5261)
+++ trunk/.classpath	2008-11-04 18:13:40 UTC (rev 5262)
@@ -67,6 +67,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.0.CR4.jar"/>
+	<classpathentry kind="lib" path="thirdparty/netty/lib/netty-3.0.0.GA.jar" sourcepath="thirdparty/netty/lib/netty-3.0.0.GA-sources.jar"/>
 	<classpathentry kind="output" path="eclipse-output"/>
 </classpath>




More information about the jboss-cvs-commits mailing list