summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-01-04 11:06:54 +0000
committerRobert Gemmell <robbie@apache.org>2013-01-04 11:06:54 +0000
commit25e5579d8dae822c7d5d3a4ab6502260184ec470 (patch)
tree122879ce7c2346e41763f8ec70b7a65d70331d35 /qpid/java/module.xml
parent2da61ab985adef79c8c335526245ed3dfc7c8eb2 (diff)
downloadqpid-python-25e5579d8dae822c7d5d3a4ab6502260184ec470.tar.gz
QPID-4526: stop deleting (and logging that we are) the scratch profile properties file so that it then gets (re)created, just use force the concatenation without appending, i.e overwrite.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1428785 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index e7a28284b4..997ce944f4 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -363,9 +363,8 @@
<map property="_profile_files" value="${profiles}" join=" ">
<globmapper from="*" to="*.testprofile"/>
</map>
-
- <delete file="${build.scratch}/test-${profile}.properties" quiet="true"/>
- <concat destfile="${build.scratch}/test-${profile}.properties" force="no" fixlastline="yes">
+
+ <concat destfile="${build.scratch}/test-${profile}.properties" force="yes" append="no" fixlastline="yes">
<filelist dir="${test.profiles}" files="testprofile.defaults"/>
<filelist dir="${test.profiles}" files="${_profile_files}"/>
</concat>