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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 27 14:47:45 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-08-27 14:47:45 -0400 (Mon, 27 Aug 2007)
New Revision: 3058

Modified:
   trunk/build.xml
Log:
Fix for Hudson (in some builds clean is the first target to be called, what would cause failures)

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2007-08-27 18:07:52 UTC (rev 3057)
+++ trunk/build.xml	2007-08-27 18:47:45 UTC (rev 3058)
@@ -108,7 +108,7 @@
       <ant antfile="build-messaging.xml" target="source-bundle"/>
    </target>
 
-   <target name="clean">
+   <target name="clean" depends="createthirdparty">
       <ant antfile="build-messaging.xml" target="clean"/>
    </target>
 




More information about the jboss-cvs-commits mailing list