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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 30 17:24:59 EST 2009


Author: pgier
Date: 2009-01-30 17:24:59 -0500 (Fri, 30 Jan 2009)
New Revision: 83710

Modified:
   branches/Branch_5_x/build/build-distr.xml
   branches/Branch_5_x/component-matrix/pom.xml
   branches/Branch_5_x/thirdparty/pom.xml
Log:
Add webbeans integration for Pete Muir

Modified: branches/Branch_5_x/build/build-distr.xml
===================================================================
--- branches/Branch_5_x/build/build-distr.xml	2009-01-30 21:31:43 UTC (rev 83709)
+++ branches/Branch_5_x/build/build-distr.xml	2009-01-30 22:24:59 UTC (rev 83710)
@@ -2220,6 +2220,13 @@
         <include name="*.sh"/>
       </fileset>
     </chmod>
+   	
+    <unzip dest="${install.server}/all/deployers">
+       <fileset dir="${webbeans.deployer.lib}">
+         <include name="webbeans-ri-int-deployer.zip"/>
+       </fileset>
+    </unzip>
+   	
 
   </target>
 </project>

Modified: branches/Branch_5_x/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_x/component-matrix/pom.xml	2009-01-30 21:31:43 UTC (rev 83709)
+++ branches/Branch_5_x/component-matrix/pom.xml	2009-01-30 22:24:59 UTC (rev 83710)
@@ -86,6 +86,7 @@
     <version.sun.jaxb>2.1.9</version.sun.jaxb>
     <version.xdoclet>1.2.3</version.xdoclet>
     <version.seam.integration>5.0.0.GA</version.seam.integration>
+    <version.webbeans.integration>5.2.0-SNAPSHOT</version.webbeans.integration>
   </properties>
 
   <!-- Build Configuration -->
@@ -179,6 +180,13 @@
           </exclusion>
         </exclusions>
       </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.webbeans.integration</groupId>
+        <artifactId>webbeans-ri-int-deployer</artifactId>
+        <version>${version.webbeans.integration}</version>
+        <type>zip</type>
+      </dependency>
 
       <dependency>
         <groupId>org.apache.ant</groupId>

Modified: branches/Branch_5_x/thirdparty/pom.xml
===================================================================
--- branches/Branch_5_x/thirdparty/pom.xml	2009-01-30 21:31:43 UTC (rev 83709)
+++ branches/Branch_5_x/thirdparty/pom.xml	2009-01-30 22:24:59 UTC (rev 83710)
@@ -918,6 +918,13 @@
                 <componentId>sun-jaf</componentId>
               </mapping>
             </dependency>
+            <dependency>
+              <groupId>org.jboss.webbeans.integration</groupId>
+              <artifactId>webbeans-ri-int-deployer</artifactId>
+              <mapping>
+                <componentId>webbeans-deployer</componentId>
+              </mapping>
+            </dependency>
             <!-- End mapped dependecies -->
             
           </mappedDependencies>
@@ -943,6 +950,11 @@
       <artifactId>jboss-seam-int-jbossas</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.jboss.webbeans.integration</groupId>
+      <artifactId>webbeans-ri-int-deployer</artifactId>
+      <type>zip</type>
+    </dependency>
+    <dependency>
       <groupId>antlr</groupId>
       <artifactId>antlr</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list