[jboss-svn-commits] JBL Code SVN: r10384 - labs/jbossesb/branches/JBESB_4_0_MP1/product.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Mar 21 08:34:39 EDT 2007


Author: tfennelly
Date: 2007-03-21 08:34:39 -0400 (Wed, 21 Mar 2007)
New Revision: 10384

Modified:
   labs/jbossesb/branches/JBESB_4_0_MP1/product/build.xml
Log:
Added a simple "deploy-server" target for running the build-distr.xml script.

Modified: labs/jbossesb/branches/JBESB_4_0_MP1/product/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_0_MP1/product/build.xml	2007-03-21 12:15:56 UTC (rev 10383)
+++ labs/jbossesb/branches/JBESB_4_0_MP1/product/build.xml	2007-03-21 12:34:39 UTC (rev 10384)
@@ -373,6 +373,9 @@
 	<target name="javadoc">
  		<runant target="org.jboss.esb.javadocs"/>
 	</target>
+    <target name="deploy-server">
+         <ant antfile="build-distr.xml"/>
+    </target>
 
 	<target name="deploy" depends="jar">
 		<ant antfile="build-distr.xml" target="build.sar" />




More information about the jboss-svn-commits mailing list