Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1528 - development/main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1528 - development/main
  • Date: Wed, 19 Jan 2005 00:01:24 +0100

Author: mcconnell
Date: Wed Jan 19 00:01:23 2005
New Revision: 1528

Modified:
development/main/bootstrap.xml
Log:
Add copy overwrite in bootstrap install process.

Modified: development/main/bootstrap.xml
==============================================================================
--- development/main/bootstrap.xml (original)
+++ development/main/bootstrap.xml Wed Jan 19 00:01:23 2005
@@ -238,7 +238,7 @@
<target name="install" depends="package,test">
<echo>Installing to: ${dpml.home}/cache/${project.group}</echo>
<mkdir dir="${dpml.home}/cache/${project.group}"/>
- <copy toDir="${dpml.home}/cache/${project.group}">
+ <copy toDir="${dpml.home}/cache/${project.group}" overwrite="true">
<fileset dir="${target.deliverables.dir}"/>
</copy>
</target>



  • svn commit: r1528 - development/main, mcconnell, 01/18/2005

Archive powered by MHonArc 2.6.24.

Top of Page