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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 11 17:41:45 EDT 2007


Author: tcunning
Date: 2007-09-11 17:41:45 -0400 (Tue, 11 Sep 2007)
New Revision: 15028

Modified:
   labs/jbossesb/trunk/product/build-distr.xml
Log:
bug:JBESB-973
Build the monitoring server into ESB server.


Modified: labs/jbossesb/trunk/product/build-distr.xml
===================================================================
--- labs/jbossesb/trunk/product/build-distr.xml	2007-09-11 21:05:07 UTC (rev 15027)
+++ labs/jbossesb/trunk/product/build-distr.xml	2007-09-11 21:41:45 UTC (rev 15028)
@@ -49,6 +49,10 @@
                 <include name="*.txt"/>
             </fileset>
         </copy>
+	<ant antfile="./tools/console/build.xml"
+		target="deploy-mgmt-console">
+		<property name="console.dir" location="./tools/console"/>
+	</ant>
     </target>
 
     <target name="ftp-server" unless="skip.ftp.server">




More information about the jboss-svn-commits mailing list