[jboss-cvs] JBoss Messaging SVN: r3905 - projects/network-benchmark.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 21 08:26:01 EDT 2008


Author: jmesnil
Date: 2008-03-21 08:26:01 -0400 (Fri, 21 Mar 2008)
New Revision: 3905

Modified:
   projects/network-benchmark/.classpath
Log:
* added junit.jar to project libraries

Modified: projects/network-benchmark/.classpath
===================================================================
--- projects/network-benchmark/.classpath	2008-03-21 12:24:56 UTC (rev 3904)
+++ projects/network-benchmark/.classpath	2008-03-21 12:26:01 UTC (rev 3905)
@@ -7,6 +7,6 @@
 	<classpathentry kind="lib" path="lib/slf4j-api-1.4.3.jar"/>
 	<classpathentry kind="lib" path="lib/slf4j-log4j12.jar"/>
 	<classpathentry kind="lib" path="lib/mina-core-2.0.0-M2-20080317.150334-8.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
+	<classpathentry kind="lib" path="lib/junit.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>




More information about the jboss-cvs-commits mailing list