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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jun 16 04:29:25 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-06-16 04:29:25 -0400 (Mon, 16 Jun 2008)
New Revision: 7572

Modified:
   stack/cxf/branches/jbossws-cxf-3.0.2/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
Log:
[JBWS-2231] fix macro

Modified: stack/cxf/branches/jbossws-cxf-3.0.2/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml	2008-06-16 08:28:15 UTC (rev 7571)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml	2008-06-16 08:29:25 UTC (rev 7572)
@@ -223,7 +223,7 @@
     <sequential>
       <mkdir dir="@{targetdir}"/>
       <copy todir="@{targetdir}" flatten="true">
-        <fileset dir="@{artifactsdir}/lib">
+        <fileset dir="@{artifactsdir}">
           <patternset refid="jbossws.service.lib.patternset"/>
           <include name="**/jaxb-api.jar"/>
           <include name="**/jaxb-impl.jar"/>
@@ -257,7 +257,7 @@
     <sequential>
       <mkdir dir="@{targetdir}"/>
       <copy todir="@{targetdir}" flatten="true" overwrite="true">
-        <fileset dir="@{artifactsdir}/lib">
+        <fileset dir="@{artifactsdir}">
           <patternset refid="jbossws.service.lib.patternset"/>
         </fileset>
       </copy>




More information about the jbossws-commits mailing list