From 0c8d1f218779bf71db39d3c2b8e183608490b681 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Fri, 18 Oct 2013 13:22:49 +0200 Subject: Use overwriting copy uniformly in our build. The staleness problem in our build had its roots in the flawed uptodate check fixed in the previous commit, but I spent a lot of time looking at these first. Maybe one was also complicit. We've got better things to worry about, so lets make the all overwrite. --- src/build/pack.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/build/pack.xml') diff --git a/src/build/pack.xml b/src/build/pack.xml index e1b3c24df1..4c5ba228fc 100644 --- a/src/build/pack.xml +++ b/src/build/pack.xml @@ -119,11 +119,11 @@ MAIN DISTRIBUTION PACKAGING `resource` is relative to directory of `link` --> + overwrite="true"/> - + @@ -141,7 +141,7 @@ MAIN DISTRIBUTION PACKAGING - + @@ -167,7 +167,7 @@ MAIN DISTRIBUTION PACKAGING - + @@ -209,30 +209,30 @@ MAIN DISTRIBUTION PACKAGING + file="${dists.dir}/maven/${version.number}/scala-library/scala-library-docs.jar" overwrite="true"/> + file="${dists.dir}/maven/${version.number}/scala-library/scala-library-docs.jar" overwrite="true"/> + file="${dists.dir}/maven/${version.number}/scala-library/scala-library-docs.jar" overwrite="true"/> + overwrite="true"/> - + + file="${lib-ant.dir}/ant-contrib.jar" overwrite="true"/> + file="${lib-ant.dir}/maven-ant-tasks-2.1.1.jar" overwrite="true"/> -- cgit v1.2.3