diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-01-04 11:06:54 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-01-04 11:06:54 +0000 |
| commit | 13e39ed70547947121a7b41314ef4353cb81d75c (patch) | |
| tree | cf9a0d7ae4b6a293834869b6ca5daba278cdd53b /java/module.xml | |
| parent | ff2a5232ddb29c076581edadd64ddd9f7d5d0c57 (diff) | |
| download | qpid-python-13e39ed70547947121a7b41314ef4353cb81d75c.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/qpid@1428785 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
| -rw-r--r-- | java/module.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/java/module.xml b/java/module.xml index e7a28284b4..997ce944f4 100644 --- a/java/module.xml +++ b/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> |
