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 15:22:13 UTC

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

Author: rgardler
Date: Tue Feb 22 06:22:11 2005
New Revision: 154851

URL: http://svn.apache.org/viewcvs?view=rev&rev=154851
Log:
Force downloading of requried plugins for seeded site to test plugin installation functionlaity

Modified:
    forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/build.xml?view=diff&r1=154850&r2=154851
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Tue Feb 22 06:22:11 2005
@@ -275,7 +275,7 @@
     <delete dir="${forrest.home}/build/plugins"/>
   </target>
 
-  <target name="testseed" depends="init">
+  <target name="testseed" depends="init, cleanPlugins">
     <property name="test.dir" value="${build.dir}/test"/>
     <delete dir="${test.dir}"/>
     <mkdir dir="${test.dir}"/>