Skip to content
Snippets Groups Projects
Commit 89e0752a authored by david_williams's avatar david_williams
Browse files

synching latest improvements

parent a52f7968
No related branches found
No related tags found
No related merge requests found
......@@ -196,12 +196,9 @@
<schedule interval="${time.oneHour}">
<ant>
<!-- this "M" label should be changed to "R" once maintenance release
is warming up for its "R"elease.
-->
<property
name="buildType"
value="R" />
value="M" />
<property
name="buildId"
......@@ -225,7 +222,51 @@
</schedule>
</project>
<project name="wtp-R2.0-R">
<modificationset quietperiod="120">
<cvs
tag="R2_0_maintenance"
module="releng"
reallyQuiet="${env.CVS_REALLY_QUIET}" />
<cvs
tag="R1_0_maintenance"
module="releng.dali"
reallyQuiet="${env.CVS_REALLY_QUIET}" />
<cvs
tag="R1_0_maintenance"
module="releng-jsf"
reallyQuiet="${env.CVS_REALLY_QUIET}" />
</modificationset>
<schedule interval="${time.oneHour}">
<ant>
<property
name="buildType"
value="R" />
<property
name="buildId"
value="2.0.1" />
<property
name="buildBranch"
value="R2.0" />
<property
name="checkoutprojectname"
value="${project.name}" />
<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" />
</ant>
</schedule>
</project>
<project name="wtp-R3.0-I">
......
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