Author: crossley
Date: Tue Sep 5 20:22:48 2006
New Revision: 440590
URL: http://svn.apache.org/viewvc?view=rev&rev=440590
Log:
Copy the initial local descriptors, then replace them with the
published descriptors. This enables offline operation.
Issue: FOR-927
Modified:
forrest/trunk/main/targets/plugins.xml
Modified: forrest/trunk/main/targets/plugins.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/targets/plugins.xml?view=diff&rev=440590&r1=440589&r2=440590
==============================================================================
--- forrest/trunk/main/targets/plugins.xml (original)
+++ forrest/trunk/main/targets/plugins.xml Tue Sep 5 20:22:48 2006
@@ -293,6 +293,12 @@
</target>
<target name="fetch-plugins-descriptors" depends="init-proxy"
unless="plugins.desc.already.fetched">
+ <!-- Copy the initial local descriptors, then replace them with the
+ published descriptors. This enables offline operation. -->
+ <copy file="${forrest.home}/plugins/plugins.xml"
+ tofile="${project.temp-dir}/plugins-1.xml"/>
+ <copy file="${forrest.home}/whiteboard/plugins/whiteboard-plugins.xml"
+ tofile="${project.temp-dir}/plugins-2.xml"/>
<var name="plugin-counter" value="1"/>
<for list="${forrest.plugins.descriptors}" param="url">
<sequential>