[Yanel-commits] rev 42466 - public/yanel/trunk/src/build/targets

michi at wyona.com michi at wyona.com
Wed Apr 22 13:35:20 CEST 2009


Author: michi
Date: 2009-04-22 13:35:19 +0200 (Wed, 22 Apr 2009)
New Revision: 42466

Modified:
   public/yanel/trunk/src/build/targets/resources.xml
Log:
overwrite added

Modified: public/yanel/trunk/src/build/targets/resources.xml
===================================================================
--- public/yanel/trunk/src/build/targets/resources.xml	2009-04-22 08:48:41 UTC (rev 42465)
+++ public/yanel/trunk/src/build/targets/resources.xml	2009-04-22 11:35:19 UTC (rev 42466)
@@ -46,11 +46,11 @@
       <available file="${local.config.home}/local.resource-types.xml" type="file"/>
       <then>
         <echo>INFO: Local resource-types file exists: ${local.config.home}/local.resource-types.xml</echo>
-        <copy file="${local.config.home}/local.resource-types.xml" tofile="${classes.dir}/resource-types.xml"/>
+        <copy file="${local.config.home}/local.resource-types.xml" tofile="${classes.dir}/resource-types.xml" overwrite="true"/>
       </then>
       <else>
         <echo>Local resource-types file does NOT exists</echo>
-        <copy file="${yanel.source.home}/conf/resource-types.xml" tofile="${classes.dir}/resource-types.xml"/>
+        <copy file="${yanel.source.home}/conf/resource-types.xml" tofile="${classes.dir}/resource-types.xml" overwrite="true"/>
       </else>
     </if>
     <replace file="${classes.dir}/resource-types.xml" value="${yanel.source.home.forward.slashes}">



More information about the Yanel-commits mailing list