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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Mar 16 07:56:10 EDT 2007


Author: tfennelly
Date: 2007-03-16 07:56:09 -0400 (Fri, 16 Mar 2007)
New Revision: 10257

Modified:
   labs/jbossesb/trunk/product/build.xml
Log:
Made the "dist" target depend on the "test" target.

Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml	2007-03-16 10:49:58 UTC (rev 10256)
+++ labs/jbossesb/trunk/product/build.xml	2007-03-16 11:56:09 UTC (rev 10257)
@@ -240,7 +240,7 @@
 
 	<!-- produce a product distribution -->
 	
-	<target name="org.jboss.esb.dist" depends="install, org.jboss.esb.javadocs, tools">
+	<target name="org.jboss.esb.dist" depends="test, install, org.jboss.esb.javadocs, tools">
 
 		<echo message="Installation directory : ${org.jboss.esb.installationdirectory}"/>
 




More information about the jboss-svn-commits mailing list