[jbossws-commits] JBossWS SVN: r4108 - trunk/jbossws-core/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Aug 2 11:37:32 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-02 11:37:32 -0400 (Thu, 02 Aug 2007)
New Revision: 4108

Modified:
   trunk/jbossws-core/ant-import/build-deploy.xml
Log:
Remove corelibs

Modified: trunk/jbossws-core/ant-import/build-deploy.xml
===================================================================
--- trunk/jbossws-core/ant-import/build-deploy.xml	2007-08-02 15:21:19 UTC (rev 4107)
+++ trunk/jbossws-core/ant-import/build-deploy.xml	2007-08-02 15:37:32 UTC (rev 4108)
@@ -42,7 +42,7 @@
 	<target name="deploy-jboss50-endorsed" depends="prepare" if="HAVE_JDK_1.6">
 		<macro-deploy-endorsed
 				jbosshome="${jboss50.home}"
-				corelibs="${core.dir}/output/lib"
+				stacklibs="${core.dir}/output/lib"
 				thirdpartylibs="${core.dir}/thirdparty"/>
 	</target>
 
@@ -63,8 +63,7 @@
 		<macro-deploy-native42
 				wsflibs="${framework.dir}/output/lib"
 				jbosslibs="${int.jboss42.dir}/output/lib"
-				corelibs="${core.dir}/output/lib"
-				stacklibs="${int.native.dir}/output/lib"
+				stacklibs="${core.dir}/output/lib"
 				thirdpartylibs="${core.dir}/thirdparty"/>
 		<macro-deploy-wsf
 				wsflibs="${framework.dir}/output/lib"
@@ -81,7 +80,7 @@
 	<target name="deploy-jboss42-endorsed" depends="prepare" if="HAVE_JDK_1.6">
 		<macro-deploy-endorsed
 				jbosshome="${jboss42.home}"
-				corelibs="${core.dir}/output/lib"
+				stacklibs="${core.dir}/output/lib"
 				thirdpartylibs="${core.dir}/thirdparty"/>
 	</target>
 
@@ -101,8 +100,7 @@
 		<macro-deploy-native40
 				wsflibs="${framework.dir}/output/lib"
 				jbosslibs="${int.jboss40.dir}/output/lib"
-				corelibs="${core.dir}/output/lib"
-				stacklibs="${int.native.dir}/output/lib"
+				stacklibs="${core.dir}/output/lib"
 				thirdpartylibs="${core.dir}/thirdparty"/>
 		<macro-deploy-wsf
 				wsflibs="${framework.dir}/output/lib"




More information about the jbossws-commits mailing list