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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 3 09:28:55 EDT 2009


Author: jmesnil
Date: 2009-07-03 09:28:54 -0400 (Fri, 03 Jul 2009)
New Revision: 7519

Modified:
   trunk/build-messaging.xml
Log:
Distribution build

* temporarily removed "clean" from the "distro" dependencies (as it prevents to compile the classes)

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-07-02 23:00:14 UTC (rev 7518)
+++ trunk/build-messaging.xml	2009-07-03 13:28:54 UTC (rev 7519)
@@ -731,7 +731,7 @@
    <!-- Distribution targets                                                                     -->
    <!-- ======================================================================================== -->
 
-   <target name="distro" depends="clean, createthirdparty, jar, jar-core-client, jar-jms-client, validate-configuration">
+   <target name="distro" depends="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