[jboss-cvs] JBossAS SVN: r82356 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 18 02:58:56 EST 2008


Author: richard.opalka at jboss.com
Date: 2008-12-18 02:58:56 -0500 (Thu, 18 Dec 2008)
New Revision: 82356

Modified:
   trunk/build/build.xml
Log:
fix AS to be buildable

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2008-12-18 04:43:18 UTC (rev 82355)
+++ trunk/build/build.xml	2008-12-18 07:58:56 UTC (rev 82356)
@@ -1049,7 +1049,7 @@
   
    <!-- Call maven to create the thirdparty folder from artifacts in the maven repository -->
    <target name="createthirdparty" unless="inhibit.downloads"
-      depends="init, check.inhibit.downloads, set.proxy">
+      depends="maven-init, init, check.inhibit.downloads, set.proxy">
      
       <property name="thirdparty.maven.opts" value=""/>
 




More information about the jboss-cvs-commits mailing list