buildframework/helium/tools/preparation/synergy/ccmgetinput.ant.xml
changeset 628 7c4a911dc066
parent 587 85df38eb4012
child 645 b8d81fa19e7d
--- a/buildframework/helium/tools/preparation/synergy/ccmgetinput.ant.xml	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/tools/preparation/synergy/ccmgetinput.ant.xml	Fri Aug 13 14:59:05 2010 +0300
@@ -56,7 +56,7 @@
         
     <!-- This target uses an XML input file to retrieve content from Synergy.
       -->
-    <target name="prep-work-area" depends="log-build-start" if="run.ccm">
+    <target name="prep-work-area" depends="log-build-start" if="internal.ccm.enabled">
         <hlm:tempRecordStartMacro name="${build.id}_ccm_get_input.log" />
         <runtarget target="get-ccm-password"/>
         <runtarget target="ccm-prepare-input"/>
@@ -110,7 +110,7 @@
      This target will cleanup all snapshoted/checkout project from the disk. Checked out project will
      also be deleted from the synergy database. 
      -->
-    <target name="cleanup-work-area" if="run.ccm">
+    <target name="cleanup-work-area" if="internal.ccm.enabled">
         <hlm:tempRecordStartMacro name="${build.id}_cleanup_work_area.log" />
         <runtarget target="get-ccm-password"/>
         <runtarget target="ccm-prepare-input"/>