Skip to Content.
Sympa Menu

notify-dpml - r1360 - trunk/main/depot/core

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1360 - trunk/main/depot/core
  • Date: Wed, 12 Apr 2006 00:30:41 +0200

Author: mcconnell
Date: 2006-04-12 00:30:39 +0200 (Wed, 12 Apr 2006)
New Revision: 1360

Modified:
trunk/main/depot/core/build.xml
Log:
ensure copy is not filtered

Modified: trunk/main/depot/core/build.xml
===================================================================
--- trunk/main/depot/core/build.xml 2006-04-11 20:51:24 UTC (rev 1359)
+++ trunk/main/depot/core/build.xml 2006-04-11 22:30:39 UTC (rev 1360)
@@ -85,7 +85,7 @@
</target>

<target name="bin" depends="prepare" unless="depot.exe.available">
- <copy todir="${dpml.system}" preservelastmodified="true">
+ <copy todir="${dpml.system}" preservelastmodified="true"
filtering="false">
<fileset dir="target">
<include name="bin/depot.exe"/>
</fileset>




  • r1360 - trunk/main/depot/core, mcconnell at BerliOS, 04/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page