Author: fnasser(a)redhat.com
Date: 2009-12-07 19:29:30 -0500 (Mon, 07 Dec 2009)
New Revision: 11200
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml
Log:
Do not remove the jbossws-{spi,common,framework} libraries as they have not been changed
(yet) so they are not being replaced
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml 2009-12-07
23:46:48 UTC (rev 11199)
+++
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml 2009-12-08
00:29:30 UTC (rev 11200)
@@ -333,7 +333,11 @@
<!-- delete content of last deployment -->
<delete verbose="true">
- <fileset dir="${jboss.home}"
includes="${jbossws.deploy.conf}"/>
+ <fileset dir="${jboss.home}"
includes="${jbossws.deploy.conf}">
+ <exclude name="jbossws-spi.jar"/>
+ <exclude name="jbossws-common.jar"/>
+ <exclude name="jbossws-framework.jar"/>
+ </fileset>
</delete>
<!-- delete jbossws.sar -->
Show replies by date