You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/02/22 11:29:25 UTC

svn commit: r154827 - forrest/trunk/plugins/build.xml

Author: rgardler
Date: Tue Feb 22 02:29:24 2005
New Revision: 154827

URL: http://svn.apache.org/viewcvs?view=rev&rev=154827
Log:
delete the old plugin deployment before doing a local-deploy

Modified:
    forrest/trunk/plugins/build.xml

Modified: forrest/trunk/plugins/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/build.xml?view=diff&r1=154826&r2=154827
==============================================================================
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Tue Feb 22 02:29:24 2005
@@ -107,10 +107,11 @@
     <delete dir="${plugins.dist-dir}"/>
   </target>
   
+  
   <!-- FIXME: Forrest should really use the plugins in-place if they are available as source -->
   <target name="local-deploy"
           description="Deploy a plugin locally"
-          depends="init, jar">
+          depends="init, jar, clean">
           
     <echo>Locally deploying ${plugin-name}</echo>