Author: richard.opalka(a)jboss.com
Date: 2007-10-01 08:17:20 -0400 (Mon, 01 Oct 2007)
New Revision: 4656
Modified:
stack/native/trunk/ant-import/build-deploy.xml
Log:
[JBWS-1796] dependencies fix - merge to trunk
Modified: stack/native/trunk/ant-import/build-deploy.xml
===================================================================
--- stack/native/trunk/ant-import/build-deploy.xml 2007-10-01 12:15:17 UTC (rev 4655)
+++ stack/native/trunk/ant-import/build-deploy.xml 2007-10-01 12:17:20 UTC (rev 4656)
@@ -96,7 +96,8 @@
jbosshome="${jboss40.home}"/>
</target>
- <target name="deploy-jboss40-no-ejb3"
depends="deploy-jboss40-ejb3" unless="jboss40.ejb3.available">
+ <target name="deploy-jboss40-no-ejb3"
depends="jars-jboss40,undeploy-jboss40,deploy-jboss40-ejb3"
unless="jboss40.ejb3.available"
+ description="Deploy jbossws to jboss40 without EJB3 support">
<macro-setup-native40-no-ejb3/>
</target>
Show replies by date