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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 26 19:55:34 EST 2010


Author: remy.maucherat at jboss.com
Date: 2010-01-26 19:55:33 -0500 (Tue, 26 Jan 2010)
New Revision: 99971

Modified:
   trunk/build/build-web.xml
Log:
- Add clean target.

Modified: trunk/build/build-web.xml
===================================================================
--- trunk/build/build-web.xml	2010-01-27 00:55:00 UTC (rev 99970)
+++ trunk/build/build-web.xml	2010-01-27 00:55:33 UTC (rev 99971)
@@ -143,4 +143,8 @@
 
     </target>
 
+    <target name="clean" depends="configure">
+        <delete dir="${web.install.root}" />
+    </target>
+
 </project>




More information about the jboss-cvs-commits mailing list