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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 17 12:18:39 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-02-17 12:18:39 -0500 (Tue, 17 Feb 2009)
New Revision: 5883

Modified:
   trunk/.classpath
Log:
SL4J is needed for JMSTests. JMSTests won'r work inside eclipse without it.
Placing it back (for now at least)

Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2009-02-17 16:06:39 UTC (rev 5882)
+++ trunk/.classpath	2009-02-17 17:18:39 UTC (rev 5883)
@@ -64,5 +64,6 @@
 	<classpathentry kind="lib" path="thirdparty/netty/lib/netty-3.1.0.ALPHA2.jar" sourcepath="thirdparty/netty/lib/netty-3.1.0.ALPHA2-sources.jar"/>
 	<classpathentry kind="lib" path="thirdparty/apache-mina/lib/mina-core-2.0.0-M4.jar"/>
 	<classpathentry kind="lib" path="thirdparty/slf4j/log4j/lib/slf4j-log4j12-1.5.2.jar"/>
+	<classpathentry kind="lib" path="thirdparty/slf4j/api/lib/slf4j-api-1.5.2.jar"/>
 	<classpathentry kind="output" path="eclipse-output"/>
 </classpath>




More information about the jboss-cvs-commits mailing list