[jbossws-commits] JBossWS SVN: r11202 - 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 07:34:02 EST 2009


Author: fnasser at redhat.com
Date: 2009-12-08 07:34:02 -0500 (Tue, 08 Dec 2009)
New Revision: 11202

Modified:
   stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml
Log:
Fix copy of asm and collections

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 11:34:21 UTC (rev 11201)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml	2009-12-08 12:34:02 UTC (rev 11202)
@@ -37,9 +37,9 @@
     <include name="**/XmlSchema.jar"/>
     <include name="**/velocity.jar"/>
     <!-- <include name="**/asm.jar"/> -->
-    <include name="${installserver}/../../common/lib/asm.jar"/>
+    <include name="${targetdir}/../common/lib/asm.jar"/>
     <!-- <include name="**/commons-collections.jar"/> -->
-    <include name="${installserver}/../../common/lib/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"/>



More information about the jbossws-commits mailing list