[jboss-cvs] JBoss Messaging SVN: r7425 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 22 05:40:36 EDT 2009


Author: ataylor
Date: 2009-06-22 05:40:36 -0400 (Mon, 22 Jun 2009)
New Revision: 7425

Modified:
   trunk/build-messaging.xml
Log:
distro target fix

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-06-22 09:38:50 UTC (rev 7424)
+++ trunk/build-messaging.xml	2009-06-22 09:40:36 UTC (rev 7425)
@@ -729,7 +729,7 @@
    <!-- Distribution targets                                                                     -->
    <!-- ======================================================================================== -->
 
-   <target name="distro" depends="clean, jar, jar-core-client, jar-jms-client, validate-configuration">
+   <target name="distro" depends="clean, createthirdparty, jar, jar-core-client, jar-jms-client, validate-configuration">
       
       <mkdir dir="${build.distro.dir}"/>
       <mkdir dir="${build.distro.lib.dir}"/>




More information about the jboss-cvs-commits mailing list