diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 3962f6fc7ec06dade74d8d76f677825139e551d4..5882dd490f18f24a77ab59887595b0f8ba170671 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"