Author: richard.opalka(a)jboss.com
Date: 2009-12-09 06:01:33 -0500 (Wed, 09 Dec 2009)
New Revision: 11223
Modified:
stack/cxf/trunk/src/main/distro/build-deploy.xml
Log:
[JBWS-2821] fix AS 50x
Modified: stack/cxf/trunk/src/main/distro/build-deploy.xml
===================================================================
--- stack/cxf/trunk/src/main/distro/build-deploy.xml 2009-12-09 10:41:03 UTC (rev 11222)
+++ stack/cxf/trunk/src/main/distro/build-deploy.xml 2009-12-09 11:01:33 UTC (rev 11223)
@@ -46,7 +46,7 @@
<target name="undeploy-jboss500" depends="target-jboss500,init"
description="Remove jbossws from jboss500">
<fail message="Not available: ${jboss500.available.file}"
unless="jboss500.available"/>
- <macro-undeploy-jbossws targetdir="${jboss500.server}"
defaultconf="${jbossws.default.deploy.conf}"/>
+ <macro-undeploy-jbossws targetdir="${jboss500.server}"
defaultconf="${jbossws.default.deploy.conf}"
modifyjbossintegration="true"/>
</target>
<!-- ================================================================== -->
Show replies by date