Author: alessio.soldano(a)jboss.com
Date: 2011-03-04 03:35:27 -0500 (Fri, 04 Mar 2011)
New Revision: 13844
Modified:
stack/cxf/trunk/pom.xml
Log:
[JBWS-3206] Adding jboss700 profile in pom.xml
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2011-03-04 08:30:29 UTC (rev 13843)
+++ stack/cxf/trunk/pom.xml 2011-03-04 08:35:27 UTC (rev 13844)
@@ -1279,6 +1279,18 @@
</profile>
<!--
+ Name: jboss700
+ Descr: JBoss-7.0.0 specific options
+ -->
+ <profile>
+ <id>jboss700</id>
+ <properties>
+ <jbossws.integration.target>jboss700</jbossws.integration.target>
+ <jboss.home>${jboss700.home}</jboss.home>
+ </properties>
+ </profile>
+
+ <!--
Name: smoketest
Descr: Executes the smoke tests
-->
Show replies by date