[jbossws-commits] JBossWS SVN: r4488 - stack/native/trunk/src/main/distro.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Aug 23 09:22:15 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-23 09:22:14 -0400 (Thu, 23 Aug 2007)
New Revision: 4488

Modified:
   stack/native/trunk/src/main/distro/bin-dist-deploy.xml
Log:
[JBWS-1791] target deploy-jboss42-endorsed incomplete

Modified: stack/native/trunk/src/main/distro/bin-dist-deploy.xml
===================================================================
--- stack/native/trunk/src/main/distro/bin-dist-deploy.xml	2007-08-23 12:59:10 UTC (rev 4487)
+++ stack/native/trunk/src/main/distro/bin-dist-deploy.xml	2007-08-23 13:22:14 UTC (rev 4488)
@@ -29,6 +29,7 @@
 	<target name="deploy-jboss50-endorsed" depends="prepare" if="HAVE_JDK_1.6">
 		<macro-deploy-endorsed
 				jbosshome="${jboss50.home}"
+				stacklibs="${lib.dir}"
 				thirdpartylibs="${lib.dir}"/>
 	</target>
 
@@ -50,6 +51,7 @@
 	<target name="deploy-jboss42-endorsed" depends="prepare" if="HAVE_JDK_1.6">
 		<macro-deploy-endorsed
 				jbosshome="${jboss42.home}"
+				stacklibs="${lib.dir}"
 				thirdpartylibs="${lib.dir}"/>
 	</target>
 




More information about the jbossws-commits mailing list