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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 9 15:51:27 EDT 2009


Author: pgier
Date: 2009-07-09 15:51:27 -0400 (Thu, 09 Jul 2009)
New Revision: 91019

Modified:
   trunk/build/build.xml
Log:
Update the clean target.

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2009-07-09 19:40:28 UTC (rev 91018)
+++ trunk/build/build.xml	2009-07-09 19:51:27 UTC (rev 91019)
@@ -489,8 +489,13 @@
   <!-- Cleaning                                                           -->
   <!-- ================================================================== -->
 
-  <!-- Clean up all build output -->
+  <!-- Clean up dist build output -->
   <target name="clean" description="Cleans up most generated files."
+          depends="clean-dist">
+  </target>
+
+  <!-- Clean up all modules build output -->
+  <target name="clean-all-modules" description="Cleans up most generated files."
           depends="clean-dist, maven-clean">
   </target>
 




More information about the jboss-cvs-commits mailing list