[jboss-cvs] JBossAS SVN: r57151 - trunk/ejb3

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


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

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

Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath	2006-09-25 21:14:08 UTC (rev 57150)
+++ trunk/ejb3/.classpath	2006-09-25 21:14:11 UTC (rev 57151)
@@ -50,9 +50,9 @@
 	<classpathentry kind="src" path="/j2ee"/>
 	<classpathentry kind="src" path="/aop"/>
 	<classpathentry kind="lib" path="/thirdparty/trove/lib/trove.jar"/>
-   <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-core/lib/jboss-common-core.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="/system"/>
 	<classpathentry kind="src" path="/j2se"/>
 	<classpathentry kind="lib" path="/thirdparty/javassist/lib/javassist.jar"/>
@@ -78,8 +78,8 @@
 	<classpathentry kind="lib" path="/thirdparty/sun-javamail/lib/mail.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar"/>
-	<classpathentry sourcepath="/dependency/src" kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar"/>
+	<classpathentry sourcepath="C:/svn/JBossMC/jbossmc/trunk/dependency/src/main" kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/>
+	<classpathentry sourcepath="C:/svn/JBossMC/jbossmc/trunk/kernel/src/main" kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/quartz/lib/quartz-all-1.5.2.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-client.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/connector"/>

Modified: trunk/ejb3/build.xml
===================================================================
--- trunk/ejb3/build.xml	2006-09-25 21:14:08 UTC (rev 57150)
+++ trunk/ejb3/build.xml	2006-09-25 21:14:11 UTC (rev 57151)
@@ -460,7 +460,7 @@
          <zipfileset src="${jboss.transaction.lib}/jboss-transaction.jar" />
          <zipfileset src="${jboss.naming.lib}/jnpserver.jar" />
          <zipfileset src="${jboss.j2ee.lib}/jboss-j2ee.jar" />
-         <zipfileset src="${jboss.common.core.lib}/jboss-common-core-2.0.0.jar" />
+         <zipfileset src="${jboss.common.core.lib}/jboss-common-core.jar" />
          <zipfileset src="${jboss.jbossxb.lib}/jboss-xml-binding.jar" />
          <zipfileset src="${jboss.security.lib}/jbosssx.jar" />
          <zipfileset src="${jboss.security.spi.lib}/jboss-security-spi.jar" />




More information about the jboss-cvs-commits mailing list