Author: richard.opalka(a)jboss.com
Date: 2008-06-06 01:44:40 -0400 (Fri, 06 Jun 2008)
New Revision: 7393
Modified:
stack/native/trunk/src/main/distro/build-deploy.xml
Log:
[JBWS-2177] Test clients fail with xml-apis.jar in lib/endorsed
Modified: stack/native/trunk/src/main/distro/build-deploy.xml
===================================================================
--- stack/native/trunk/src/main/distro/build-deploy.xml 2008-06-05 17:23:59 UTC (rev
7392)
+++ stack/native/trunk/src/main/distro/build-deploy.xml 2008-06-06 05:44:40 UTC (rev
7393)
@@ -140,6 +140,8 @@
<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.deploy}/jbossws.sar"
defaultconf="${jbossws.default.deploy.conf}"/>
+ <!-- [JBWS-2177] Test clients fail with xml-apis.jar in lib/endorsed -->
+ <delete file="${jboss500.home}/lib/endorsed/xml-apis.jar"/>
</target>
<!-- ================================================================== -->
Show replies by date