Author: heiko.braun(a)jboss.com
Date: 2007-08-02 06:07:39 -0400 (Thu, 02 Aug 2007)
New Revision: 4085
Modified:
trunk/integration/xfire/ant-import/macros-deploy-xfire.xml
Log:
fix deploy macros
Modified: trunk/integration/xfire/ant-import/macros-deploy-xfire.xml
===================================================================
--- trunk/integration/xfire/ant-import/macros-deploy-xfire.xml 2007-08-02 10:05:47 UTC
(rev 4084)
+++ trunk/integration/xfire/ant-import/macros-deploy-xfire.xml 2007-08-02 10:07:39 UTC
(rev 4085)
@@ -19,7 +19,7 @@
<!-- Deploy to jboss50 -->
<macrodef name="macro-deploy-xfire50">
- <attribute name="spilibs"/>
+ <attribute name="wsflibs"/>
<attribute name="jbosslibs"/>
<attribute name="stacklibs"/>
<attribute name="thirdpartylibs"/>
@@ -28,7 +28,7 @@
<!-- CLIENT JARS -->
<copy todir="${jboss50.home}/client" overwrite="true">
- <fileset dir="@{spilibs}">
+ <fileset dir="@{wsflibs}">
<include name="jbossws-framework.jar"/>
</fileset>
<fileset dir="@{jbosslibs}">
@@ -102,7 +102,7 @@
</macrodef>
<macrodef name="macro-deploy-xfire42">
- <attribute name="spilibs"/>
+ <attribute name="wsflibs"/>
<attribute name="jbosslibs"/>
<attribute name="stacklibs"/>
<attribute name="thirdpartylibs"/>
@@ -111,7 +111,7 @@
<!-- CLIENT JARS -->
<copy todir="${jboss42.home}/client" overwrite="true">
- <fileset dir="@{spilibs}">
+ <fileset dir="@{wsflibs}">
<include name="jbossws-framework.jar"/>
</fileset>
<fileset dir="@{jbosslibs}">