Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2571 - in development/main/depot: console station

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2571 - in development/main/depot: console station
  • Date: Mon, 16 May 2005 20:32:07 +0000

Author: mcconnell AT dpml.net
Date: Mon May 16 20:31:59 2005
New Revision: 2571

Modified:
development/main/depot/console/build.xml
development/main/depot/station/build.xml
Log:


Modified: development/main/depot/console/build.xml
==============================================================================
--- development/main/depot/console/build.xml (original)
+++ development/main/depot/console/build.xml Mon May 16 20:31:59 2005
@@ -24,7 +24,7 @@
</echo>
<property name="lib" location="${dpml.data}/lib"/>
<mkdir dir="${lib}"/>
- <copy toDir="${lib}">
+ <copy toDir="${lib}" preservelastmodified="true">
<fileset dir="${basedir}/target/deliverables/jars">
<include name="${project.filename}"/>
<include name="${project.filename}.md5"/>

Modified: development/main/depot/station/build.xml
==============================================================================
--- development/main/depot/station/build.xml (original)
+++ development/main/depot/station/build.xml Mon May 16 20:31:59 2005
@@ -14,7 +14,7 @@
</echo>
<property name="lib" location="${dpml.data}/lib"/>
<mkdir dir="${lib}"/>
- <copy toDir="${lib}">
+ <copy toDir="${lib}" preservelastmodified="true">
<fileset dir="${basedir}/target/deliverables/jars">
<include name="${project.filename}"/>
<include name="${project.filename}.md5"/>



  • svn commit: r2571 - in development/main/depot: console station, mcconnell, 05/16/2005

Archive powered by MHonArc 2.6.24.

Top of Page