[jboss-cvs] JBossAS SVN: r67757 - in trunk: ejb3 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Dec 2 20:24:44 EST 2007


Author: ALRubinger
Date: 2007-12-02 20:24:44 -0500 (Sun, 02 Dec 2007)
New Revision: 67757

Modified:
   trunk/build/build-thirdparty.xml
   trunk/ejb3/.classpath
Log:
[EJBTHREE-1134][JBAS-5032] Updated Thirdparty to use EJB3 Implementation Classes Version 0.1.1.Beta1, Eclipse Classpath changes to match

Modified: trunk/build/build-thirdparty.xml
===================================================================
--- trunk/build/build-thirdparty.xml	2007-12-03 01:20:57 UTC (rev 67756)
+++ trunk/build/build-thirdparty.xml	2007-12-03 01:24:44 UTC (rev 67757)
@@ -94,7 +94,7 @@
     <componentref name="jboss/jaxr" version="1.2.0.GA"/>
     <componentref name="jboss/jboss-ejb3-cache" version="0.11.1"/>
     <componentref name="jboss/jboss-ejb3-ext-api" version="0.1.1.Beta2"/>
-    <componentref name="jboss/jboss-ejb3-impl" version="0.1.1-SNAPSHOT"/>
+    <componentref name="jboss/jboss-ejb3-impl" version="0.1.1.Beta1"/>
     <componentref name="jboss/jboss-jaspi-api" version="1.0-BETA1"/>
     <componentref name="jboss/jboss-javaee" version="5.0.0.Beta3"/>
     <componentref name="jboss/jboss-security-spi" version="2.0.2.alpha1"/>

Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath	2007-12-03 01:20:57 UTC (rev 67756)
+++ trunk/ejb3/.classpath	2007-12-03 01:24:44 UTC (rev 67757)
@@ -67,7 +67,7 @@
 	</classpathentry>
 	<classpathentry kind="lib" path="/thirdparty/jboss/ha/lib/jboss-ha-client.jar" sourcepath="/thirdparty/jboss/ha/lib/jboss-ha-client-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-cache/lib/jboss-ejb3-cache.jar" sourcepath="/thirdparty/jboss/jboss-ejb3-cache/lib/jboss-ejb3-cache-sources.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-impl/lib/jboss-ejb3-impl.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-ext-api/lib/jboss-ejb3-ext-api-0.1.1.Beta2.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-impl/lib/jboss-ejb3-impl-0.1.1.Beta1.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list