You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/09/08 04:11:11 UTC

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

Author: crossley
Date: Thu Sep  7 19:11:11 2006
New Revision: 441335

URL: http://svn.apache.org/viewvc?view=rev&rev=441335
Log:
Use preservelastmodified when copying initial local descriptors.
Issue: FOR-927 "offline operation"

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=441335&r1=441334&r2=441335
==============================================================================
--- forrest/trunk/main/targets/plugins.xml (original)
+++ forrest/trunk/main/targets/plugins.xml Thu Sep  7 19:11:11 2006
@@ -296,9 +296,11 @@
     <!-- 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"/>
+      tofile="${project.temp-dir}/plugins-1.xml"
+      preservelastmodified="true"/>
     <copy file="${forrest.home}/whiteboard/plugins/whiteboard-plugins.xml"
-      tofile="${project.temp-dir}/plugins-2.xml"/>
+      tofile="${project.temp-dir}/plugins-2.xml"
+      preservelastmodified="true"/>
     <var name="plugin-counter" value="1"/>
     <for list="${forrest.plugins.descriptors}" param="url">
       <sequential>