[jboss-cvs] JBossAS SVN: r80702 - in projects/ejb3/trunk: plugin and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 8 02:15:47 EST 2008


Author: ALRubinger
Date: 2008-11-08 02:15:47 -0500 (Sat, 08 Nov 2008)
New Revision: 80702

Modified:
   projects/ejb3/trunk/installer/src/main/resources/conf/jbossas-ejb3-files-to-place-in-serverlib.txt
   projects/ejb3/trunk/plugin/pom.xml
Log:
[EJBTHREE-1408] Update Plugin installer to use latest release of jboss-ejb3-as-int, remove the hard dependency on jpa-deployers

Modified: projects/ejb3/trunk/installer/src/main/resources/conf/jbossas-ejb3-files-to-place-in-serverlib.txt
===================================================================
--- projects/ejb3/trunk/installer/src/main/resources/conf/jbossas-ejb3-files-to-place-in-serverlib.txt	2008-11-08 01:29:07 UTC (rev 80701)
+++ projects/ejb3/trunk/installer/src/main/resources/conf/jbossas-ejb3-files-to-place-in-serverlib.txt	2008-11-08 07:15:47 UTC (rev 80702)
@@ -9,5 +9,4 @@
 jboss-ejb3-proxy.jar
 jboss-ejb3-proxy-clustered.jar
 jboss-ejb3-security.jar
-jboss-ejb3-transactions.jar
-jboss-jpa-deployers.jar
\ No newline at end of file
+jboss-ejb3-transactions.jar
\ No newline at end of file

Modified: projects/ejb3/trunk/plugin/pom.xml
===================================================================
--- projects/ejb3/trunk/plugin/pom.xml	2008-11-08 01:29:07 UTC (rev 80701)
+++ projects/ejb3/trunk/plugin/pom.xml	2008-11-08 07:15:47 UTC (rev 80702)
@@ -73,7 +73,7 @@
     <!-- The things to install -->
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-core</artifactId>
+      <artifactId>jboss-ejb3-as-int</artifactId>
       <version>1.0.0-SNAPSHOT</version>
     </dependency>
     
@@ -112,11 +112,6 @@
       <version>1.0.0-Beta1</version>
     </dependency>
     
-    <dependency>
-      <groupId>org.jboss.jpa</groupId>
-      <artifactId>jboss-jpa-deployers</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </dependency>
   </dependencies>
   
 </project>




More information about the jboss-cvs-commits mailing list