From 08d086ecaef1d770045ed852f0bad06875ce9592 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Tue, 1 Apr 2008 02:14:08 +0000 Subject: [PATCH] formatted --- releng.control/cc_config.xml | 77 ++++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 33 deletions(-) diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 9786c6310..6d8d21202 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -88,7 +88,7 @@ name="localArtifactsDirectory" value="${env.PROJECT_ARTIFACTS}/${project.name}" /> </antpublisher> - <htmlemail + <htmlemail logdir="${env.BUILD_HOME}/tmp"> <failure address="${env.FAILED_ADDRESS}" @@ -113,7 +113,8 @@ The next criteria is importance --> - <project requireModification="false" + <project + requireModification="false" name="cleanup-artifacts-B"> <schedule interval="${time.twentyFourHours}"> @@ -250,8 +251,8 @@ name="localArtifactsDirectory" value="${env.PROJECT_ARTIFACTS}/${project.name}" /> </antpublisher> - <htmlemail - skipusers="true" + <htmlemail + skipusers="true" logdir="${env.BUILD_HOME}/tmp"> <failure address="${env.FAILED_ADDRESS}" @@ -261,7 +262,6 @@ </htmlemail> </publishers> </project> - <project name="wtp-R2.0-M"> <modificationset @@ -333,8 +333,7 @@ </ant> </schedule> </project> - - <project + <project name="wtp-R2.0-R"> <modificationset quietperiod="120"> @@ -405,7 +404,6 @@ </ant> </schedule> </project> - <project name="patches-R2.0.2-P"> <modificationset @@ -438,7 +436,6 @@ tag="R2_0_2_patches" module="${env.RELENGWEBSERVICES}" reallyquiet="${env.CVS_QUIET}" /> - <cvs tag="R1_0_2_patches" module="${env.RELENGDALI}" @@ -484,13 +481,13 @@ uselogger="false" antWorkingDir="${env.BUILD_HOME}/tmp" saveLogDir="${env.BUILD_HOME}/tmp"> - <property + <property name="localArtifactsDirectory" value="${env.PROJECT_ARTIFACTS}/${project.name}" /> </antpublisher> - <htmlemail - skipusers="true" - logdir="${env.BUILD_HOME}/tmp"> + <htmlemail + skipusers="true" + logdir="${env.BUILD_HOME}/tmp"> <failure address="${env.FAILED_ADDRESS}" reportWhenFixed="true" /> @@ -498,12 +495,11 @@ file="" /> </htmlemail> </publishers> - </project> - - - <project name="wtp-R3.0-S"> - <modificationset quietperiod="120"> + <project + name="wtp-R3.0-S"> + <modificationset + quietperiod="120"> <cvs module="${env.RELENG}" reallyquiet="${env.CVS_QUIET}" /> @@ -525,22 +521,40 @@ <cvs module="${env.RELENGWEBSERVICES}" reallyquiet="${env.CVS_QUIET}" /> - <cvs module="${env.RELENGJSF}" reallyquiet="${env.CVS_QUIET}" /> - <cvs module="${env.RELENGDALI}" reallyquiet="${env.CVS_QUIET}" /> + <cvs + module="${env.RELENGJSF}" + reallyquiet="${env.CVS_QUIET}" /> + <cvs + module="${env.RELENGDALI}" + reallyquiet="${env.CVS_QUIET}" /> </modificationset> - <schedule interval="${time.oneHour}"> + <schedule + interval="${time.oneHour}"> <ant> - <property name="buildType" value="S" /> - <property name="buildId" value="3.0M5" /> - <property name="buildBranch" value="R3.0" /> - <property name="mapVersionTag" value="HEAD" /> - <property name="releng.dali-mapVersionTag" value="HEAD" /> - <property name="releng.jsf-mapVersionTag" value="HEAD" /> - <property name="build.distribution" value="wtp" /> + <property + name="buildType" + value="S" /> + <property + name="buildId" + value="3.0M5" /> + <property + name="buildBranch" + value="R3.0" /> + <property + name="mapVersionTag" + value="HEAD" /> + <property + name="releng.dali-mapVersionTag" + value="HEAD" /> + <property + name="releng.jsf-mapVersionTag" + value="HEAD" /> + <property + name="build.distribution" + value="wtp" /> </ant> </schedule> </project> - <project name="wtp-R3.0-I"> <modificationset @@ -627,11 +641,8 @@ value="true" /> <property name="SKIP_JAR_SIGNING" - value="true"/> + value="true" /> </ant> </schedule> </project> - - - </cruisecontrol> \ No newline at end of file -- GitLab