[jbossws-commits] JBossWS SVN: r3672 - branches/jbossws-2.0/integration/native/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Jun 21 05:37:24 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-06-21 05:37:24 -0400 (Thu, 21 Jun 2007)
New Revision: 3672

Modified:
   branches/jbossws-2.0/integration/native/ant-import/macros-deploy-native.xml
Log:
Fix dependencies upon stax libraries for AS 4.0.x

Modified: branches/jbossws-2.0/integration/native/ant-import/macros-deploy-native.xml
===================================================================
--- branches/jbossws-2.0/integration/native/ant-import/macros-deploy-native.xml	2007-06-21 09:33:15 UTC (rev 3671)
+++ branches/jbossws-2.0/integration/native/ant-import/macros-deploy-native.xml	2007-06-21 09:37:24 UTC (rev 3672)
@@ -176,7 +176,6 @@
 			<unjar dest="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws.sar" src="@{stacklibs}/jbossws-native42.sar"/>
 			<mkdir dir="${jboss42.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
 			<unzip dest="${jboss42.home}/server/${jboss.server.instance}/deploy/juddi-service.sar" src="@{thirdpartylibs}/juddi-service.sar"/>
-			
 		</sequential>
 	</macrodef>
 
@@ -267,6 +266,7 @@
 					<include name="wsdl4j.jar"/>
 				   <include name="streambuffer.jar"/>
 					<include name="stax-ex.jar"/>
+					<include name="stax-api.jar"/>
 				</fileset>
 			</copy>
       
@@ -285,8 +285,7 @@
 			<mkdir dir="${jboss40.home}/server/${jboss.server.instance}/deploy/jbossws.sar"/>
 			<unjar dest="${jboss40.home}/server/${jboss.server.instance}/deploy/jbossws.sar" src="@{stacklibs}/jbossws-native40.sar"/>
 			<mkdir dir="${jboss40.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
-			<unzip dest="${jboss40.home}/server/${jboss.server.instance}/deploy/juddi-service.sar" src="@{thirdpartylibs}/juddi-service.sar"/>
-			
+			<unzip dest="${jboss40.home}/server/${jboss.server.instance}/deploy/juddi-service.sar" src="@{thirdpartylibs}/juddi-service.sar"/>	
 		</sequential>
 	</macrodef>
   




More information about the jbossws-commits mailing list