Author: thomas.diesler(a)jboss.com
Date: 2007-04-27 07:11:32 -0400 (Fri, 27 Apr 2007)
New Revision: 2941
Modified:
trunk/integration-jboss50/build.xml
Log:
[JBAS-4379] MC beans deployed twice because of jacc service. Don't include
jbossws-context.war
Modified: trunk/integration-jboss50/build.xml
===================================================================
--- trunk/integration-jboss50/build.xml 2007-04-27 09:07:16 UTC (rev 2940)
+++ trunk/integration-jboss50/build.xml 2007-04-27 11:11:32 UTC (rev 2941)
@@ -101,9 +101,11 @@
<fileset dir="${core.output.lib.dir}">
<include name="jbossws-core.jar"/>
</fileset>
+ <!-- [JBAS-4379] MC beans deployed twice because of jacc service
<fileset dir="${jboss50.output.lib.dir}">
<include name="jbossws-context.war"/>
</fileset>
+ -->
<fileset dir="${thirdparty.dir}">
<include name="policy.jar"/>
<include name="wsdl4j.jar"/>
Show replies by date