[jboss-cvs] JBossAS SVN: r57161 - trunk/cluster

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 25 17:14:45 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-09-25 17:14:44 -0400 (Mon, 25 Sep 2006)
New Revision: 57161

Modified:
   trunk/cluster/.classpath
Log:
Update to 2.0.1.GA of the jboss common jars and drop the version info from the jar names

Modified: trunk/cluster/.classpath
===================================================================
--- trunk/cluster/.classpath	2006-09-25 21:14:39 UTC (rev 57160)
+++ trunk/cluster/.classpath	2006-09-25 21:14:44 UTC (rev 57161)
@@ -3,9 +3,8 @@
 	<classpathentry excluding="org/jbossmx/" kind="src" path="src/main"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="src" path="/system"/>
-   <classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core-2.0.0.jar"/>
-   <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi-2.0.0.jar"/>
-   <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-log4j/lib/jboss-logging-log4j-2.0.0.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-log4j/lib/jboss-logging-log4j.jar"/>
 	<classpathentry kind="src" path="/server"/>
 	<classpathentry kind="src" path="/j2ee"/>
 	<classpathentry kind="src" path="/transaction"/>
@@ -20,5 +19,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/system-jmx"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list