[jbossws-commits] JBossWS SVN: r4829 - stack/native/branches/jbossws-native-2.0.2/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Oct 20 06:13:24 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-10-20 06:13:24 -0400 (Sat, 20 Oct 2007)
New Revision: 4829

Modified:
   stack/native/branches/jbossws-native-2.0.2/ant-import/build-deploy.xml
   stack/native/branches/jbossws-native-2.0.2/ant-import/macros-deploy-native.xml
Log:
Fix macro-deploy-native405-no-ejb3

Modified: stack/native/branches/jbossws-native-2.0.2/ant-import/build-deploy.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/ant-import/build-deploy.xml	2007-10-20 10:06:00 UTC (rev 4828)
+++ stack/native/branches/jbossws-native-2.0.2/ant-import/build-deploy.xml	2007-10-20 10:13:24 UTC (rev 4829)
@@ -30,7 +30,7 @@
   
 	<target name="deploy-jboss405-no-ejb3" depends="jars-jboss40,undeploy-jboss405,deploy-jboss405-ejb3" unless="jboss405.ejb3.available"
             description="Deploy jbossws to jboss405 without EJB3 support">
-            <macro-setup-native40-no-ejb3/>
+            <macro-deploy-native405-no-ejb3/>
 	</target>
   
 	<!-- Remove jbossws from jboss405 -->

Modified: stack/native/branches/jbossws-native-2.0.2/ant-import/macros-deploy-native.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/ant-import/macros-deploy-native.xml	2007-10-20 10:06:00 UTC (rev 4828)
+++ stack/native/branches/jbossws-native-2.0.2/ant-import/macros-deploy-native.xml	2007-10-20 10:13:24 UTC (rev 4829)
@@ -119,7 +119,7 @@
     </sequential>
   </macrodef>
   
-  <macrodef name="macro-setup-native405-no-ejb3">
+  <macrodef name="macro-deploy-native405-no-ejb3">
     <sequential>
       
       <move tofile="${jboss405.home}/server/${jboss.server.instance}/deploy/jbossws.sar/META-INF/jboss-service-ejb3.xml"




More information about the jbossws-commits mailing list