From b732831588fa992fff55fc51f3a8f6b4b43af7d7 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Wed, 5 Mar 2008 18:03:37 +0000 Subject: [PATCH] changing label to "B", adding "202R" project back in. --- releng.control/cc_config.xml | 48 ++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 6e0c50a15..852171fff 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -304,6 +304,54 @@ </schedule> </project> + <project + name="wtp-R2.0-R"> + <modificationset + quietperiod="120"> + <cvs + tag="R2_0_maintenance" + module="${env.RELENGMAPS}" + reallyquiet="${env.CVS_REALLY_QUIET}" /> + <cvs + tag="R1_0_maintenance" + module="${env.RELENGDALI}" + reallyquiet="${env.CVS_REALLY_QUIET}" /> + <cvs + tag="R1_0_maintenance" + module="${env.RELENGJSF}" + reallyquiet="${env.CVS_REALLY_QUIET}" /> + </modificationset> + <schedule + interval="${time.veryLongTime}"> + <ant> + <property + name="buildType" + value="R" /> + <property + name="buildId" + value="2.0.2B" /> + <property + name="buildBranch" + value="R2.0" /> + <property + name="build.distribution" + value="wtp" /> + <property + name="mapVersionTag" + value="R2_0_maintenance" /> + <property + name="releng.dali-mapVersionTag" + value="R1_0_maintenance" /> + <property + name="releng.jsf-mapVersionTag" + value="R1_0_maintenance" /> + <property + name="SKIP_JAR_SIGNING" + value="true" /> + </ant> + </schedule> + </project> + <project name="wtp-R3.0-S"> <modificationset quietperiod="120"> -- GitLab