[jboss-cvs] JBossAS SVN: r83717 - in trunk: component-matrix and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Jan 30 18:32:41 EST 2009
Author: petemuir
Date: 2009-01-30 18:32:40 -0500 (Fri, 30 Jan 2009)
New Revision: 83717
Modified:
trunk/build/build-distr.xml
trunk/component-matrix/pom.xml
trunk/thirdparty/pom.xml
Log:
Use Web Beans Integration ALPHA3
Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml 2009-01-30 23:10:47 UTC (rev 83716)
+++ trunk/build/build-distr.xml 2009-01-30 23:32:40 UTC (rev 83717)
@@ -2210,6 +2210,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: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml 2009-01-30 23:10:47 UTC (rev 83716)
+++ trunk/component-matrix/pom.xml 2009-01-30 23:32:40 UTC (rev 83717)
@@ -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.ALPHA3</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: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml 2009-01-30 23:10:47 UTC (rev 83716)
+++ trunk/thirdparty/pom.xml 2009-01-30 23:32:40 UTC (rev 83717)
@@ -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