Author: smishura
Date: Fri Apr 11 00:01:38 2008
New Revision: 647066
URL: http://svn.apache.org/viewvc?rev=647066&view=rev
Log:
Add overwriting of previous conf.files
Modified:
harmony/enhanced/buildtest/trunk/infra/scripts/cc-project.xml
Modified: harmony/enhanced/buildtest/trunk/infra/scripts/cc-project.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/trunk/infra/scripts/cc-project.xml?rev=647066&r1=647065&r2=647066&view=diff
==============================================================================
--- harmony/enhanced/buildtest/trunk/infra/scripts/cc-project.xml (original)
+++ harmony/enhanced/buildtest/trunk/infra/scripts/cc-project.xml Fri Apr 11 00:01:38 2008
@@ -53,8 +53,9 @@
-->
<property name="@{suite.name}.parameters.cc.config"
value="${cc.project.template}" />
- <copy file="${@{suite.name}.parameters.cc.config}"
- tofile="${@{suite.name}.parameters.cc.file.location}"/>
+ <copy file="${@{suite.name}.parameters.cc.config}"
+ tofile="${@{suite.name}.parameters.cc.file.location}"
+ overwrite="true" />
<!-- ======================================================= -->
<!-- Do CC-Config Template Filling (Tag Substitutions) -->
|