[jboss-cvs] JBossAS SVN: r67743 - in trunk: ejb3 and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Dec 2 16:25:32 EST 2007


Author: ALRubinger
Date: 2007-12-02 16:25:32 -0500 (Sun, 02 Dec 2007)
New Revision: 67743

Modified:
   trunk/build/build-thirdparty.xml
   trunk/ejb3/.classpath
   trunk/embedded/.classpath
   trunk/testsuite/.classpath
   trunk/webservices/.classpath
Log:
[EJBTHREE-1099] Updated EJB3 External API from 0.1.1-SNAPSHOT to 0.1.1.Beta2

Modified: trunk/build/build-thirdparty.xml
===================================================================
--- trunk/build/build-thirdparty.xml	2007-12-02 20:51:30 UTC (rev 67742)
+++ trunk/build/build-thirdparty.xml	2007-12-02 21:25:32 UTC (rev 67743)
@@ -93,7 +93,7 @@
     <componentref name="jboss/integration" version="5.0.0.Beta4"/>
     <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-SNAPSHOT"/>
+    <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-jaspi-api" version="1.0-BETA1"/>
     <componentref name="jboss/jboss-javaee" version="5.0.0.Beta3"/>

Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath	2007-12-02 20:51:30 UTC (rev 67742)
+++ trunk/ejb3/.classpath	2007-12-02 21:25:32 UTC (rev 67743)
@@ -65,9 +65,9 @@
 			<accessrule kind="discouraged" pattern="org/jboss/metamodel/**"/>
 		</accessrules>
 	</classpathentry>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-ext-api/lib/jboss-ejb3-ext-api.jar" sourcepath="/thirdparty/jboss/jboss-ejb3-ext-api/lib/jboss-ejb3-ext-api-sources.jar"/>
 	<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="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/embedded/.classpath
===================================================================
--- trunk/embedded/.classpath	2007-12-02 20:51:30 UTC (rev 67742)
+++ trunk/embedded/.classpath	2007-12-02 21:25:32 UTC (rev 67743)
@@ -43,12 +43,12 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/main"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/bootstrap"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/varia"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-ext-api/lib/jboss-ejb3-ext-api.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/hibernate/lib/hibernate3.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/hibernate-commons-annotations/lib/hibernate-commons-annotations.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/hibernate-entitymanager/lib/hibernate-entitymanager.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/hibernate-entitymanager/lib/ejb3-persistence.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/hibernate-validator/lib/hibernate-validator.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-collections/lib/commons-collections.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-ext-api/lib/jboss-ejb3-ext-api-0.1.1.Beta2.jar"/>
 	<classpathentry kind="output" path="output/classes"/>
 </classpath>

Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath	2007-12-02 20:51:30 UTC (rev 67742)
+++ trunk/testsuite/.classpath	2007-12-02 21:25:32 UTC (rev 67743)
@@ -92,7 +92,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbosssx/lib/jbosssx.jar" sourcepath="/thirdparty/jboss/security/lib/jbosssx-sources.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/main"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/metadata/lib/jboss-metadata.jar" sourcepath="/thirdparty/jboss/metadata/lib/jboss-metadata-sources.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-ext-api/lib/jboss-ejb3-ext-api.jar"/>
 	<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-ext-api/lib/jboss-ejb3-ext-api-0.1.1.Beta2.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/webservices/.classpath
===================================================================
--- trunk/webservices/.classpath	2007-12-02 20:51:30 UTC (rev 67742)
+++ trunk/webservices/.classpath	2007-12-02 21:25:32 UTC (rev 67743)
@@ -38,6 +38,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/metadata/lib/jboss-metadata.jar" sourcepath="/thirdparty/jboss/metadata/lib/jboss-metadata-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-api.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-framework/lib/jbossws-framework.jar" sourcepath="/thirdparty/jboss/jbossws-framework/lib/jbossws-framework-src.zip"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-ext-api/lib/jboss-ejb3-ext-api.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-ejb3-ext-api/lib/jboss-ejb3-ext-api-0.1.1.Beta2.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list