Author: pete.muir(a)jboss.org
Date: 2008-11-18 07:09:35 -0500 (Tue, 18 Nov 2008)
New Revision: 9592
Modified:
trunk/examples/groovybooking/build.xml
Log:
Unbreak the undeployall target (grrr)
Modified: trunk/examples/groovybooking/build.xml
===================================================================
--- trunk/examples/groovybooking/build.xml 2008-11-18 11:25:56 UTC (rev 9591)
+++ trunk/examples/groovybooking/build.xml 2008-11-18 12:09:35 UTC (rev 9592)
@@ -26,15 +26,15 @@
<import file="../build.xml" />
<target name="explode">
- <fail>Please use the target jbosswar.explode to deploy this
application.</fail>
+ <antcall target="jbosswar.explode" />
</target>
<target name="restart">
- <fail>Please use the target jbosswar.restart to restart this
application.</fail>
+ <antcall target="jbosswar.restart" />
</target>
<target name="unexplode">
- <fail>Please use the target jbosswar.unexplode to undeploy this
application.</fail>
+ <antcall target="jbosswar.unexplode" />
</target>
<property name="classes.model.dir"
value="${war.dir}/WEB-INF/classes" />
Show replies by date