[jboss-cvs] JBossAS SVN: r90362 - in branches/JBPAPP_5_0: component-matrix and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 17 20:26:59 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-06-17 20:26:59 -0400 (Wed, 17 Jun 2009)
New Revision: 90362

Modified:
   branches/JBPAPP_5_0/build/build-distr.xml
   branches/JBPAPP_5_0/component-matrix/pom.xml
   branches/JBPAPP_5_0/thirdparty/pom.xml
Log:
Remove Web Beans


Modified: branches/JBPAPP_5_0/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_0/build/build-distr.xml	2009-06-17 23:44:49 UTC (rev 90361)
+++ branches/JBPAPP_5_0/build/build-distr.xml	2009-06-18 00:26:59 UTC (rev 90362)
@@ -2251,12 +2251,6 @@
       </fileset>
     </chmod>
    	
-    <unzip dest="${install.server}/all/deployers">
-       <fileset dir="${webbeans.deployer.lib}">
-         <include name="webbeans-jboss-int-deployer.zip"/>
-       </fileset>
-    </unzip>
-
     <mkdir dir="${install.server}/all/deploy/admin-console.war"/>
     <unjar src="${org.jboss.jopr.lib}/jopr-embedded-jbas5.war" dest="${install.server}/all/deploy/admin-console.war"/>
 

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2009-06-17 23:44:49 UTC (rev 90361)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2009-06-18 00:26:59 UTC (rev 90362)
@@ -102,7 +102,6 @@
     <version.suffix.org.jboss.javaee>.GA</version.suffix.org.jboss.javaee>
     <version.sun-jaxws>2.1.3</version.sun-jaxws>
     <version.sun.jaxb>2.1.9-brew</version.sun.jaxb>
-    <version.webbeans.integration>5.2.0.Beta2</version.webbeans.integration>
     <version.xdoclet>1.2.3</version.xdoclet>
   </properties>
 
@@ -150,23 +149,6 @@
       </dependency>
       
       <dependency>
-        <groupId>org.jboss.webbeans.integration</groupId>
-        <artifactId>webbeans-jboss-int-deployer</artifactId>
-        <version>${version.webbeans.integration}</version>
-        <type>zip</type>
-        <exclusions>
-          <exclusion>
-            <groupId>org.jboss.webbeans</groupId>
-            <artifactId>webbeans-core</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.jboss.webbeans.integration</groupId>
-            <artifactId>webbeans-jboss-int-jboss-ejb</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-
-      <dependency>
         <groupId>org.apache.ant</groupId>
         <artifactId>ant</artifactId>
         <version>1.7.1</version>

Modified: branches/JBPAPP_5_0/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_0/thirdparty/pom.xml	2009-06-17 23:44:49 UTC (rev 90361)
+++ branches/JBPAPP_5_0/thirdparty/pom.xml	2009-06-18 00:26:59 UTC (rev 90362)
@@ -973,13 +973,6 @@
                 <componentId>sun-jaf</componentId>
               </mapping>
             </dependency>
-            <dependency>
-              <groupId>org.jboss.webbeans.integration</groupId>
-              <artifactId>webbeans-jboss-int-deployer</artifactId>
-              <mapping>
-                <componentId>webbeans-deployer</componentId>
-              </mapping>
-            </dependency>
             <!-- End mapped dependecies -->
             
           </mappedDependencies>
@@ -1005,11 +998,6 @@
       <artifactId>jboss-seam-int-jbossas</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.webbeans.integration</groupId>
-      <artifactId>webbeans-jboss-int-deployer</artifactId>
-      <type>zip</type>
-    </dependency>
-    <dependency>
       <groupId>antlr</groupId>
       <artifactId>antlr</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list