Author: sergeyb
Date: 2010-08-05 04:39:41 -0400 (Thu, 05 Aug 2010)
New Revision: 12738
Modified:
stack/cxf/trunk/src/main/distro/build-deploy.xml
Log:
[JBWS-3094] cxf-rt-transports-jms module needs to be copied even for non-Spring
deployments
Modified: stack/cxf/trunk/src/main/distro/build-deploy.xml
===================================================================
--- stack/cxf/trunk/src/main/distro/build-deploy.xml 2010-08-05 05:50:01 UTC (rev 12737)
+++ stack/cxf/trunk/src/main/distro/build-deploy.xml 2010-08-05 08:39:41 UTC (rev 12738)
@@ -201,7 +201,7 @@
</antcall>
</target>
- <target name="install-cxf-jms" if="spring-required">
+ <target name="install-cxf-jms">
<antcall target="deploy-cxf-jms" inheritall="false">
<param name="installserver"
value="${deploy.structure}"/>
<param name="thirdpartydir"
value="${deploy.artifacts.dir}"/>
Show replies by date