[jboss-svn-commits] JBL Code SVN: r9162 - labs/jbossesb/trunk/product/install.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jan 30 12:42:20 EST 2007


Author: kurt.stam at jboss.com
Date: 2007-01-30 12:42:20 -0500 (Tue, 30 Jan 2007)
New Revision: 9162

Modified:
   labs/jbossesb/trunk/product/install/build.xml
Log:
Adding two shortcuts

Modified: labs/jbossesb/trunk/product/install/build.xml
===================================================================
--- labs/jbossesb/trunk/product/install/build.xml	2007-01-30 17:32:06 UTC (rev 9161)
+++ labs/jbossesb/trunk/product/install/build.xml	2007-01-30 17:42:20 UTC (rev 9162)
@@ -9,7 +9,9 @@
 	<!-- Load Build Properties File -->
 	<property file="${org.jboss.esb.deployment.properties}"/>
 	
-	<target name="deploy" depends="jboss.sar.all.deploy" description="Wrapper for jboss.sar.deploy"/>
+	<target name="deploy"   depends="jboss.sar.all.deploy"  description="Wrapper for jboss.sar.deploy"/>
+	<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"/>
 	
 	<!--  Check if the user wants to deploy the config -->
 	<target name="jboss.config.check">




More information about the jboss-svn-commits mailing list