[jboss-cvs] JBossAS SVN: r58011 - trunk/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 2 11:30:44 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-02 11:30:42 -0500 (Thu, 02 Nov 2006)
New Revision: 58011

Modified:
   trunk/build/build.xml
Log:
I guess the nightly runs depend on release target

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2006-11-02 16:21:34 UTC (rev 58010)
+++ trunk/build/build.xml	2006-11-02 16:30:42 UTC (rev 58011)
@@ -864,6 +864,8 @@
   <target name="most" depends="createthirdparty, modules-most, install"
 	  description="Executes all modules and builds most everything."/>
 
+  <target name="release" depends="most" />
+
   <target name="help" depends="_buildmagic:help:build"
           description="Show this help message."/>
 




More information about the jboss-cvs-commits mailing list