[jboss-cvs] JBossAS SVN: r63046 - projects/aop/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 15 07:55:49 EDT 2007


Author: kabir.khan at jboss.com
Date: 2007-05-15 07:55:49 -0400 (Tue, 15 May 2007)
New Revision: 63046

Modified:
   projects/aop/trunk/build/build.xml
Log:
Fix the release target

Modified: projects/aop/trunk/build/build.xml
===================================================================
--- projects/aop/trunk/build/build.xml	2007-05-15 11:06:39 UTC (rev 63045)
+++ projects/aop/trunk/build/build.xml	2007-05-15 11:55:49 UTC (rev 63046)
@@ -213,7 +213,7 @@
 
    <target name="release"
       description="Builds the default release structure."
-      depends="init"
+      depends="init, clean, modules-release"
       >
       <ant antfile="build-release.xml" target="release"/>
 




More information about the jboss-cvs-commits mailing list