Author: fnasser(a)redhat.com
Date: 2009-12-08 08:49:59 -0500 (Tue, 08 Dec 2009)
New Revision: 11204
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml
Log:
Fix to copy patterns
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
13:18:13 UTC (rev 11203)
+++
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml 2009-12-08
13:49:59 UTC (rev 11204)
@@ -37,9 +37,7 @@
<include name="**/XmlSchema.jar"/>
<include name="**/velocity.jar"/>
<!-- <include name="**/asm.jar"/> -->
- <include name="${targetdir}/../common/lib/asm.jar"/>
<!-- <include name="**/commons-collections.jar"/> -->
- <include name="${targetdir}/../common/lib/commons-collections.jar"/>
<!-- Do not replace these until they are really different
from the ones shipped with the JBoss ative EAP AS
<include name="**/jbossws-spi.jar"/>
@@ -49,6 +47,10 @@
<!-- Already in the AS endorsed dir -->
<!-- <include name="**/xml-resolver.jar"/> -->
</patternset>
+ <patternset id="jbossws.client.patternset2">
+ <include name="**/asm.jar"/>
+ <include name="**/commons-collections.jar"/>
+ </patternset>
<patternset id="jbossws.lib.patternset">
<include name="**/nothing-to-deploy"/>
@@ -170,6 +172,12 @@
<!-- END -->
</fileset>
</copy>
+ <!-- Use the files already in the AS to avoid different MD5 sums -->
+ <copy todir="@{targetdir}" flatten="true"
overwrite="true" verbose="true">
+ <fileset dir="@{targetdir}/../common/lib">
+ <patternset refid="jbossws.client.patternset2"/>
+ </fileset>
+ </copy>
</sequential>
</macrodef>
Show replies by date