You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2010/11/19 09:26:48 UTC

svn commit: r1036761 - /incubator/river/jtsk/trunk/build.xml

Author: sijskes
Date: Fri Nov 19 08:26:48 2010
New Revision: 1036761

URL: http://svn.apache.org/viewvc?rev=1036761&view=rev
Log:
disabled delete for copy in configentry targets

Modified:
    incubator/river/jtsk/trunk/build.xml

Modified: incubator/river/jtsk/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/build.xml?rev=1036761&r1=1036760&r2=1036761&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Fri Nov 19 08:26:48 2010
@@ -1188,17 +1188,23 @@
     </target>
 
     <target name="phoenix.configentry">
+        <!--
         <delete file="${configentry.dir}/phoenix"/>
+        -->
         <copy   file="${src.configentry.dir}/phoenix" todir="${configentry.dir}"/>
     </target>
 
     <target name="phoenix-group.configentry">
+        <!--
         <delete file="${configentry.dir}/phoenix-group"/>
+        -->
         <copy   file="${src.configentry.dir}/phoenix-group" todir="${configentry.dir}"/>
     </target>
 
     <target name="phoenix-stop.configentry">
+        <!--
         <delete file="${configentry.dir}/phoenix-stop"/>
+        -->
         <copy   file="${src.configentry.dir}/phoenix-stop" todir="${configentry.dir}"/>
     </target>
 
@@ -1218,22 +1224,30 @@
     </target>
 
     <target name="ServiceDiscoveryManager.configentry">
+        <!--
         <delete file="${configentry.dir}/ServiceDiscoveryManager"/>
+        -->
         <copy   file="${src.configentry.dir}/ServiceDiscoveryManager" todir="${configentry.dir}"/>
     </target>
 
     <target name="sharedgroup.configentry">
+        <!--
         <delete file="${configentry.dir}/sharedgroup"/>
+        -->
         <copy   file="${src.configentry.dir}/sharedgroup" todir="${configentry.dir}"/>
     </target>
 
     <target name="start.configentry">
+        <!--
         <delete file="${configentry.dir}/start"/>
+        -->
         <copy   file="${src.configentry.dir}/start" todir="${configentry.dir}"/>
     </target>
 
     <target name="WakeupManager.configentry">
+        <!--
         <delete file="${configentry.dir}/WakeupManager"/>
+        -->
         <copy   file="${src.configentry.dir}/WakeupManager" todir="${configentry.dir}"/>
     </target>