Author: crossley
Date: Sun Aug 24 21:00:33 2008
New Revision: 688612
URL: http://svn.apache.org/viewvc?rev=688612&view=rev
Log:
Use "preservelastmodified=true" on all jar copies.
Modified:
forrest/branches/update_cocoon_2.1.12-dev/etc/cocoon_upgrade/build.xml
Modified: forrest/branches/update_cocoon_2.1.12-dev/etc/cocoon_upgrade/build.xml
URL:
http://svn.apache.org/viewvc/forrest/branches/update_cocoon_2.1.12-dev/etc/cocoon_upgrade/build.xml?rev=688612&r1=688611&r2=688612&view=diff
==============================================================================
--- forrest/branches/update_cocoon_2.1.12-dev/etc/cocoon_upgrade/build.xml
(original)
+++ forrest/branches/update_cocoon_2.1.12-dev/etc/cocoon_upgrade/build.xml Sun
Aug 24 21:00:33 2008
@@ -49,7 +49,7 @@
FIXME: use sync task so you can ensure that removed libs from cocoon
are removed within forrest
=============================================================== -->
- <copy todir="${forrest.home}/lib/core">
+ <copy todir="${forrest.home}/lib/core" preservelastmodified="true">
<fileset dir="${cocoon.home}/lib/core" defaultexcludes="yes">
<!-- Exclude some that we don't need -->
<exclude name="commons-beanutils-core-*.jar"/>
@@ -82,7 +82,7 @@
FIXME: jing-*.jar comes from iso-relax.sf.net so maybe we need to
have a copy-external-libs target
=============================================================== -->
- <copy todir="${forrest.home}/lib/core">
+ <copy todir="${forrest.home}/lib/core" preservelastmodified="true">
<fileset dir="${cocoon.home}/lib/optional">
<include name="batik-all-*.jar"/>
<!-- FIXME: Cocoon's FOP causes trouble FOR- ###################
@@ -101,7 +101,7 @@
<!-- ===============================================================
Some optional libraries are copied to plugins within forrest
=============================================================== -->
- <copy
todir="${forrest.home}/plugins/org.apache.forrest.plugin.input.dtdx/lib">
+ <copy
todir="${forrest.home}/plugins/org.apache.forrest.plugin.input.dtdx/lib"
preservelastmodified="true">
<fileset dir="${cocoon.home}/lib/optional" includes="nekodtd-*.jar"/>
</copy>
</target>