[jboss-cvs] JBossBlog SVN: r244 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 6 02:34:01 EST 2008


Author: adamw
Date: 2008-03-06 02:34:00 -0500 (Thu, 06 Mar 2008)
New Revision: 244

Modified:
   trunk/build.xml
Log:


Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2008-03-06 07:26:34 UTC (rev 243)
+++ trunk/build.xml	2008-03-06 07:34:00 UTC (rev 244)
@@ -404,6 +404,8 @@
         <delete dir="${basedir}/test-output"/>
     </target>
 
+    <target name="clean-all" depends="undeploy,unexplode,clean" />
+
     <target name="compiletest" unless="eclipse.running" description="Compile the Java source code for the tests">
         <mkdir dir="${test.dir}"/>
         <javac classpathref="build.impl.classpath"




More information about the jboss-cvs-commits mailing list