Skip to content
Snippets Groups Projects
Commit 08d086ec authored by david_williams's avatar david_williams
Browse files

formatted

parent a908860c
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
name="localArtifactsDirectory" name="localArtifactsDirectory"
value="${env.PROJECT_ARTIFACTS}/${project.name}" /> value="${env.PROJECT_ARTIFACTS}/${project.name}" />
</antpublisher> </antpublisher>
<htmlemail <htmlemail
logdir="${env.BUILD_HOME}/tmp"> logdir="${env.BUILD_HOME}/tmp">
<failure <failure
address="${env.FAILED_ADDRESS}" address="${env.FAILED_ADDRESS}"
...@@ -113,7 +113,8 @@ ...@@ -113,7 +113,8 @@
The next criteria is importance The next criteria is importance
--> -->
<project requireModification="false" <project
requireModification="false"
name="cleanup-artifacts-B"> name="cleanup-artifacts-B">
<schedule <schedule
interval="${time.twentyFourHours}"> interval="${time.twentyFourHours}">
...@@ -250,8 +251,8 @@ ...@@ -250,8 +251,8 @@
name="localArtifactsDirectory" name="localArtifactsDirectory"
value="${env.PROJECT_ARTIFACTS}/${project.name}" /> value="${env.PROJECT_ARTIFACTS}/${project.name}" />
</antpublisher> </antpublisher>
<htmlemail <htmlemail
skipusers="true" skipusers="true"
logdir="${env.BUILD_HOME}/tmp"> logdir="${env.BUILD_HOME}/tmp">
<failure <failure
address="${env.FAILED_ADDRESS}" address="${env.FAILED_ADDRESS}"
...@@ -261,7 +262,6 @@ ...@@ -261,7 +262,6 @@
</htmlemail> </htmlemail>
</publishers> </publishers>
</project> </project>
<project <project
name="wtp-R2.0-M"> name="wtp-R2.0-M">
<modificationset <modificationset
...@@ -333,8 +333,7 @@ ...@@ -333,8 +333,7 @@
</ant> </ant>
</schedule> </schedule>
</project> </project>
<project
<project
name="wtp-R2.0-R"> name="wtp-R2.0-R">
<modificationset <modificationset
quietperiod="120"> quietperiod="120">
...@@ -405,7 +404,6 @@ ...@@ -405,7 +404,6 @@
</ant> </ant>
</schedule> </schedule>
</project> </project>
<project <project
name="patches-R2.0.2-P"> name="patches-R2.0.2-P">
<modificationset <modificationset
...@@ -438,7 +436,6 @@ ...@@ -438,7 +436,6 @@
tag="R2_0_2_patches" tag="R2_0_2_patches"
module="${env.RELENGWEBSERVICES}" module="${env.RELENGWEBSERVICES}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}" />
<cvs <cvs
tag="R1_0_2_patches" tag="R1_0_2_patches"
module="${env.RELENGDALI}" module="${env.RELENGDALI}"
...@@ -484,13 +481,13 @@ ...@@ -484,13 +481,13 @@
uselogger="false" uselogger="false"
antWorkingDir="${env.BUILD_HOME}/tmp" antWorkingDir="${env.BUILD_HOME}/tmp"
saveLogDir="${env.BUILD_HOME}/tmp"> saveLogDir="${env.BUILD_HOME}/tmp">
<property <property
name="localArtifactsDirectory" name="localArtifactsDirectory"
value="${env.PROJECT_ARTIFACTS}/${project.name}" /> value="${env.PROJECT_ARTIFACTS}/${project.name}" />
</antpublisher> </antpublisher>
<htmlemail <htmlemail
skipusers="true" skipusers="true"
logdir="${env.BUILD_HOME}/tmp"> logdir="${env.BUILD_HOME}/tmp">
<failure <failure
address="${env.FAILED_ADDRESS}" address="${env.FAILED_ADDRESS}"
reportWhenFixed="true" /> reportWhenFixed="true" />
...@@ -498,12 +495,11 @@ ...@@ -498,12 +495,11 @@
file="" /> file="" />
</htmlemail> </htmlemail>
</publishers> </publishers>
</project> </project>
<project
name="wtp-R3.0-S">
<project name="wtp-R3.0-S"> <modificationset
<modificationset quietperiod="120"> quietperiod="120">
<cvs <cvs
module="${env.RELENG}" module="${env.RELENG}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}" />
...@@ -525,22 +521,40 @@ ...@@ -525,22 +521,40 @@
<cvs <cvs
module="${env.RELENGWEBSERVICES}" module="${env.RELENGWEBSERVICES}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}" />
<cvs module="${env.RELENGJSF}" reallyquiet="${env.CVS_QUIET}" /> <cvs
<cvs module="${env.RELENGDALI}" reallyquiet="${env.CVS_QUIET}" /> module="${env.RELENGJSF}"
reallyquiet="${env.CVS_QUIET}" />
<cvs
module="${env.RELENGDALI}"
reallyquiet="${env.CVS_QUIET}" />
</modificationset> </modificationset>
<schedule interval="${time.oneHour}"> <schedule
interval="${time.oneHour}">
<ant> <ant>
<property name="buildType" value="S" /> <property
<property name="buildId" value="3.0M5" /> name="buildType"
<property name="buildBranch" value="R3.0" /> value="S" />
<property name="mapVersionTag" value="HEAD" /> <property
<property name="releng.dali-mapVersionTag" value="HEAD" /> name="buildId"
<property name="releng.jsf-mapVersionTag" value="HEAD" /> value="3.0M5" />
<property name="build.distribution" value="wtp" /> <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> </ant>
</schedule> </schedule>
</project> </project>
<project <project
name="wtp-R3.0-I"> name="wtp-R3.0-I">
<modificationset <modificationset
...@@ -627,11 +641,8 @@ ...@@ -627,11 +641,8 @@
value="true" /> value="true" />
<property <property
name="SKIP_JAR_SIGNING" name="SKIP_JAR_SIGNING"
value="true"/> value="true" />
</ant> </ant>
</schedule> </schedule>
</project> </project>
</cruisecontrol> </cruisecontrol>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment