Author: thomas.diesler(a)jboss.com
Date: 2008-05-28 09:30:23 -0400 (Wed, 28 May 2008)
New Revision: 7193
Modified:
stack/metro/trunk/src/main/distro/build-deploy.xml
Log:
[JBWS-2177] Test clients fail with xml-apis.jar in lib/endorsed
Modified: stack/metro/trunk/src/main/distro/build-deploy.xml
===================================================================
--- stack/metro/trunk/src/main/distro/build-deploy.xml 2008-05-28 13:08:27 UTC (rev 7192)
+++ stack/metro/trunk/src/main/distro/build-deploy.xml 2008-05-28 13:30:23 UTC (rev 7193)
@@ -105,6 +105,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