diff --git a/downloadsites/webtools/artifacts/buildbranches.php b/downloadsites/webtools/artifacts/buildbranches.php index 1043b928b0f43236caf0c39713a987ef6b771e6f..c3cf584f1845b6ca57febd9c6c3dea884e03d27c 100644 --- a/downloadsites/webtools/artifacts/buildbranches.php +++ b/downloadsites/webtools/artifacts/buildbranches.php @@ -3,6 +3,10 @@ $buildBranches = array(); $buildBranches[0]="wtp-R3.0-I"; $buildBranches[1]="wtp-R3.0-S"; $buildBranches[2]="wtp-R3.0-R"; -$buildBranches[3]="wtp-R2.0-M"; -$buildBranches[4]="wtp-R2.0-R"; +$buildBranches[3]="wtp-R3.0-N"; +$buildBranches[4]="wtp-R2.0-M"; +$buildBranches[5]="wtp-R2.0-R"; +$buildBranches[6]="patches-R1.5-P"; +$buildBranches[7]="incubator-R0.5-I"; +$buildBranches[8]="wtpbuildTools-R3.0-T"; ?> \ No newline at end of file diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 60f3b4e6043808a61f4d88a03754124b4cf064f2..08828beb13215c1283a880d4e0d027bff726eddd 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -448,7 +448,7 @@ --> <project - name="wtp-buildTools-R3.0-T" + name="wtpbuildTools-R3.0-T" forceOnly="true"> <schedule interval="${time.VeryVeryLongTime}"> @@ -470,7 +470,7 @@ value="HEAD" /> <property name="build.distribution" - value="wtp-buildTools" /> + value="wtpbuildTools" /> </ant> </schedule> </project> diff --git a/releng.control/checkout.xml b/releng.control/checkout.xml index be9dab6a3ce893d8ddff86c5fd7f9d7d74b2b09c..787ba5089982a72844911f4808493c7da9c6186a 100644 --- a/releng.control/checkout.xml +++ b/releng.control/checkout.xml @@ -259,7 +259,7 @@ tag="R1_5_5_patches" /> </target> <target - name="wtp-buildTools-R3.0-T"> + name="wtpbuildTools-R3.0-T"> <cvs quiet="${env.CVS_QUIET}" reallyquiet="${env.CVS_REALLY_QUIET}" diff --git a/releng.wtpbuilder/distribution/wtp-buildTools.build/build.xml b/releng.wtpbuilder/distribution/wtpbuildTools.build/build.xml similarity index 100% rename from releng.wtpbuilder/distribution/wtp-buildTools.build/build.xml rename to releng.wtpbuilder/distribution/wtpbuildTools.build/build.xml diff --git a/releng.wtpbuilder/distribution/wtp-buildTools.upload/build.xml b/releng.wtpbuilder/distribution/wtpbuildTools.upload/build.xml similarity index 100% rename from releng.wtpbuilder/distribution/wtp-buildTools.upload/build.xml rename to releng.wtpbuilder/distribution/wtpbuildTools.upload/build.xml