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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 16 12:53:03 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-06-16 12:53:03 -0400 (Tue, 16 Jun 2009)
New Revision: 7367

Modified:
   trunk/build-messaging.xml
Log:
build-native is dependant on java build

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-06-16 12:55:42 UTC (rev 7366)
+++ trunk/build-messaging.xml	2009-06-16 16:53:03 UTC (rev 7367)
@@ -540,7 +540,7 @@
       </javac>
    </target>
 
-   <target name="build-native">
+   <target name="build-native" depends="jar">
       <exec dir="native" executable="make">
          <arg line="clean"/>
       </exec>




More information about the jboss-cvs-commits mailing list