[jboss-svn-commits] JBL Code SVN: r9171 - labs/jbossesb/trunk/product/install.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 30 19:06:28 EST 2007
Author: kurt.stam at jboss.com
Date: 2007-01-30 19:06:28 -0500 (Tue, 30 Jan 2007)
New Revision: 9171
Modified:
labs/jbossesb/trunk/product/install/build.xml
Log:
Adding undeploy task
Modified: labs/jbossesb/trunk/product/install/build.xml
===================================================================
--- labs/jbossesb/trunk/product/install/build.xml 2007-01-30 23:44:48 UTC (rev 9170)
+++ labs/jbossesb/trunk/product/install/build.xml 2007-01-31 00:06:28 UTC (rev 9171)
@@ -10,6 +10,7 @@
<property file="${org.jboss.esb.deployment.properties}"/>
<target name="deploy" depends="jboss.sar.all.deploy" description="Wrapper for jboss.sar.deploy"/>
+ <target name="undeploy" depends="jboss.sar.all.undeploy" description="Wrapper for jboss.sar.undeploy"/>
<target name="tomcat" depends="tomcat.war.all.deploy" description="Wrapper for tomcat.war.all.deploy"/>
<target name="launcher" depends="launcher.install" description="Wrapper for launcher.install"/>
More information about the jboss-svn-commits
mailing list