Author: robbie
Date: Fri Jan  4 11:06:54 2013
New Revision: 1428785

URL: http://svn.apache.org/viewvc?rev=1428785&view=rev
Log:
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.

Modified:
    qpid/trunk/qpid/java/module.xml

Modified: qpid/trunk/qpid/java/module.xml
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/module.xml?rev=1428785&r1=1428784&r2=1428785&view=diff
==============================================================================
--- qpid/trunk/qpid/java/module.xml (original)
+++ qpid/trunk/qpid/java/module.xml Fri Jan  4 11:06:54 2013
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to