You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by br...@apache.org on 2004/03/29 23:05:18 UTC

svn commit: rev 9811 - xml/forrest/trunk/scratchpad/forrestbot2/core

Author: brondsem
Date: Mon Mar 29 13:05:17 2004
New Revision: 9811

Modified:
   xml/forrest/trunk/scratchpad/forrestbot2/core/deploy.xml
Log:
'deploy' not dependent on 'build'

Modified: xml/forrest/trunk/scratchpad/forrestbot2/core/deploy.xml
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/core/deploy.xml	(original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/core/deploy.xml	Mon Mar 29 13:05:17 2004
@@ -18,7 +18,7 @@
 
   <property name="deploy.local.dir" location="sites/${ant.project.name}"/>
 
-  <target name="deploy.local" depends="build">
+  <target name="deploy.local">
     <mkdir dir="${deploy.local.dir}"/>
     <echo>Deploying from ${build.site-dir} to ${deploy.local.dir}</echo>
     <copy todir="${deploy.local.dir}">