From 6505ae588fa7f6e5fbbb52bd0142d85d382c4922 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Tue, 16 Dec 2008 05:17:11 +0000 Subject: [PATCH] attempt to avoid spurious warnings in log. See http://jira.public.thoughtworks.org/browse/CC-766 --- releng.control/cc_config.xml | 55 ------------------------------------ 1 file changed, 55 deletions(-) diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 3962f6fc7..5882dd490 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -614,61 +614,6 @@ </schedule> </project> - <!-- - <project - forceOnly="true" - requireModification="false" - name="patches-R3.0.3-P"> - <modificationset> - <!-- http://jira.public.thoughtworks.org/browse/CC-766 --> - <alwaysbuild /> - </modificationset> - - <schedule - interval="${time.veryLongTime}"> - <ant> - <property - name="buildType" - value="P" /> - <property - name="buildBranch" - value="R3.0.3" /> - <property - name="mapVersionTag" - value="R3_0_3_patches" /> - <property - name="releng.dali-mapVersionTag" - value="R2_0_3_patches"/> - <property - name="releng.jsf-mapVersionTag" - value="R3_0_3_patches"/> - <property - name="build.distribution" - value="patches3" /> - </ant> - </schedule> - <publishers> - <antpublisher - antscript="${env.RELENG_CONTROL}/ant_med_priority.sh" - buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml" - target="copyArtifacts" - usequiet="true" - uselogger="false" - antWorkingDir="${env.BUILD_HOME}/tmp" - saveLogDir="${env.BUILD_HOME}/tmp"> - <property - name="localArtifactsDirectory" - value="${env.PROJECT_ARTIFACTS}/${project.name}" /> - </antpublisher> - <htmlemail - skipusers="true" - logdir="${env.BUILD_HOME}/tmp"> - <propertiesmapper - file="" /> - </htmlemail> - </publishers> - </project> - --> <project forceOnly="false" -- GitLab