[jboss-remoting-commits] JBoss Remoting SVN: r3672 - remoting2/branches/2.x.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 20 01:58:21 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-03-20 01:58:21 -0400 (Thu, 20 Mar 2008)
New Revision: 3672

Modified:
   remoting2/branches/2.x/.classpath
Log:
JBREM-935: (1) Deleted jgroups.jar; (2) Fixed reference to ant-junit.jar.

Modified: remoting2/branches/2.x/.classpath
===================================================================
--- remoting2/branches/2.x/.classpath	2008-03-20 05:54:03 UTC (rev 3671)
+++ remoting2/branches/2.x/.classpath	2008-03-20 05:58:21 UTC (rev 3672)
@@ -16,7 +16,6 @@
 	<classpathentry kind="lib" path="lib/jboss/jboss-serialization.jar"/>
 	<classpathentry kind="lib" path="lib/jboss/jnpserver.jar"/>
 	<classpathentry kind="lib" path="lib/jboss/jrunit.jar"/>
-	<classpathentry kind="lib" path="lib/jgroups/lib/jgroups.jar"/>
 	<classpathentry kind="lib" path="lib/jrunit-libs/lib/jcommon-1.0.0-rc1.jar"/>
 	<classpathentry kind="lib" path="lib/jrunit-libs/lib/jfreechart-1.0.0-rc1.jar"/>
 	<classpathentry kind="lib" path="lib/junit/lib/junit.jar"/>
@@ -33,6 +32,7 @@
 	<classpathentry kind="lib" path="lib/spring/spring-web.jar"/>
 	<classpathentry kind="lib" path="lib/spring/spring-webmvc.jar"/>
 	<classpathentry kind="lib" path="lib/trove/lib/trove.jar"/>
-	<classpathentry kind="var" path="ANT_HOME/ant-junit.jar"/>
+	<classpathentry kind="var" path="ANT_HOME/lib/ant-junit.jar"/>
+	<classpathentry kind="lib" path="lib/jgroups/lib/jgroups-all.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>




More information about the jboss-remoting-commits mailing list