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:18:06 UTC

svn commit: r154849 - forrest/trunk/main/targets/plugins.xml

Author: rgardler
Date: Tue Feb 22 06:18:03 2005
New Revision: 154849

URL: http://svn.apache.org/viewcvs?view=rev&rev=154849
Log:
move depends to the target definition rather than the var definition (where it is illegal)

Modified:
    forrest/trunk/main/targets/plugins.xml

Modified: forrest/trunk/main/targets/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/targets/plugins.xml?view=diff&r1=154848&r2=154849
==============================================================================
--- forrest/trunk/main/targets/plugins.xml (original)
+++ forrest/trunk/main/targets/plugins.xml Tue Feb 22 06:18:03 2005
@@ -161,12 +161,12 @@
        tofile="${project.temp-dir}/internal.xmap"/>
   </target>
 
-  <target name="fetch-plugins-descriptors" if="plugin.unavailable">
+  <target name="fetch-plugins-descriptors" if="plugin.unavailable" depends="init-proxy">
     <delete>
       <fileset dir="${project.temp-dir}" includes="plugins-*.xml"/>
     </delete>
   
-    <var name="plugin-counter" value="1" depends="init-proxy"/>
+    <var name="plugin-counter" value="1"/>
     <for list="${forrest.plugins.descriptors}" param="url">
       <sequential>
         <echo>fetching descriptor: @{url}</echo>