[jboss-svn-commits] JBL Code SVN: r10351 - in labs/jbossesb/branches/JBESB_4_0_MP1/product: tools/configeditor/editor/dist and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Mar 20 12:18:40 EDT 2007


Author: kurt.stam at jboss.com
Date: 2007-03-20 12:18:40 -0400 (Tue, 20 Mar 2007)
New Revision: 10351

Modified:
   labs/jbossesb/branches/JBESB_4_0_MP1/product/build.xml
   labs/jbossesb/branches/JBESB_4_0_MP1/product/tools/configeditor/editor/dist/
Log:
making the dist target depend on tools.

Modified: labs/jbossesb/branches/JBESB_4_0_MP1/product/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_0_MP1/product/build.xml	2007-03-20 16:13:14 UTC (rev 10350)
+++ labs/jbossesb/branches/JBESB_4_0_MP1/product/build.xml	2007-03-20 16:18:40 UTC (rev 10351)
@@ -352,7 +352,7 @@
 	<target name="install">
  		<runant target="org.jboss.esb.install"/>
 	</target>
-	<target name="dist">
+	<target name="dist" depends="tools">
  		<runant target="org.jboss.esb.dist"/>
 	</target>
 	<target name="tools">


Property changes on: labs/jbossesb/branches/JBESB_4_0_MP1/product/tools/configeditor/editor/dist
___________________________________________________________________
Name: svn:ignore
   + configapp.war





More information about the jboss-svn-commits mailing list