[jbossws-commits] JBossWS SVN: r11208 - stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Dec 8 09:18:12 EST 2009


Author: fnasser at redhat.com
Date: 2009-12-08 09:18:12 -0500 (Tue, 08 Dec 2009)
New Revision: 11208

Modified:
   stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml
Log:
Fix path to common/lib

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 14:01:50 UTC (rev 11207)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml	2009-12-08 14:18:12 UTC (rev 11208)
@@ -174,7 +174,7 @@
       </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">
+        <fileset dir="@{thirdpartydir}/../../../common/lib">
           <patternset refid="jbossws.client.patternset2"/>
         </fileset>
       </copy>



More information about the jbossws-commits mailing list