You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cd...@apache.org on 2006/03/27 17:44:43 UTC

svn commit: r389176 - /forrest/trunk/main/build.xml

Author: cdupoirieux
Date: Mon Mar 27 07:44:42 2006
New Revision: 389176

URL: http://svn.apache.org/viewcvs?rev=389176&view=rev
Log:
FOR-835 - In fact, just add the clean-build target to clean/build in one call.
The target which redeploy the plugins in not really necessary, we are going to concentrate on the 343(Auto upgrading Plugins).

Modified:
    forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/build.xml?rev=389176&r1=389175&r2=389176&view=diff
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Mon Mar 27 07:44:42 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  Copyright 2002-2006 The Apache Software Foundation or its licensors,
   as applicable.
 
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -380,6 +380,11 @@
   *-----------------------------------------------------------------
     </echo>
   </target>
+
+  <!-- =================================================================== -->
+  <!-- Clean build, that is clean before build                             -->
+  <!-- =================================================================== -->
+  <target name="clean-build" depends="clean, jar" description="Clean build, that is clean before build..." />
 
   <!-- =================================================================== -->
   <!-- Generate DTDs with entities expanded                                -->