[jboss-cvs] JBossAS SVN: r57163 - trunk/ejb3x

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


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

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

Modified: trunk/ejb3x/.classpath
===================================================================
--- trunk/ejb3x/.classpath	2006-09-25 21:14:47 UTC (rev 57162)
+++ trunk/ejb3x/.classpath	2006-09-25 21:14:50 UTC (rev 57163)
@@ -5,7 +5,7 @@
 	<classpathentry kind="lib" path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/sun-jaf/lib/activation.jar"/>
 	<classpathentry kind="src" path="/j2ee"/>
-	<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-core/lib/jboss-common-core.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list