Author: fnasser(a)redhat.com
Date: 2009-12-08 06:34:21 -0500 (Tue, 08 Dec 2009)
New Revision: 11201
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-08
00:29:30 UTC (rev 11200)
+++
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml 2009-12-08
11:34:21 UTC (rev 11201)
@@ -334,9 +334,9 @@
<!-- delete content of last deployment -->
<delete verbose="true">
<fileset dir="${jboss.home}"
includes="${jbossws.deploy.conf}">
- <exclude name="jbossws-spi.jar"/>
- <exclude name="jbossws-common.jar"/>
- <exclude name="jbossws-framework.jar"/>
+ <exclude name="**/jbossws-spi.jar"/>
+ <exclude name="**/jbossws-common.jar"/>
+ <exclude name="**/jbossws-framework.jar"/>
</fileset>
</delete>
Show replies by date