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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jan 31 03:28:38 EST 2007


Author: kurt.stam at jboss.com
Date: 2007-01-31 03:28:38 -0500 (Wed, 31 Jan 2007)
New Revision: 9184

Modified:
   labs/jbossesb/trunk/product/install/build.xml
Log:
fixing formatting

Modified: labs/jbossesb/trunk/product/install/build.xml
===================================================================
--- labs/jbossesb/trunk/product/install/build.xml	2007-01-31 08:28:04 UTC (rev 9183)
+++ labs/jbossesb/trunk/product/install/build.xml	2007-01-31 08:28:38 UTC (rev 9184)
@@ -9,10 +9,10 @@
 	<!-- 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="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"/>
+	<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"/>
 	
 	<!--  Check if the user wants to deploy the config -->
 	<target name="jboss.config.check">




More information about the jboss-svn-commits mailing list