From 3663a4e089b9ec59a0a059613d1e4c9e948251f0 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Wed, 13 Aug 2008 15:55:55 +0000 Subject: [PATCH] allow R builds for XSL 0.5 --- .../webtools/artifacts/buildbranches.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/downloadsites/webtools/artifacts/buildbranches.php b/downloadsites/webtools/artifacts/buildbranches.php index 66edf206d..8fe53900b 100644 --- a/downloadsites/webtools/artifacts/buildbranches.php +++ b/downloadsites/webtools/artifacts/buildbranches.php @@ -7,12 +7,13 @@ $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-S"; -$buildBranches[8]="incubator-R0.5-I"; -$buildBranches[9]="wtpbuildTools-R3.0-T"; -$buildBranches[10]="wtp-R3.0-M"; -$buildBranches[11]="wtp-R3.1-I"; -$buildBranches[12]="wtp-R3.1-S"; -$buildBranches[13]="wtp-R3.1-R"; -$buildBranches[14]="wtp-R3.1-N"; +$buildBranches[7]="incubator-R0.5-R"; +$buildBranches[8]="incubator-R0.5-S"; +$buildBranches[9]="incubator-R0.5-I"; +$buildBranches[10]="wtpbuildTools-R3.0-T"; +$buildBranches[11]="wtp-R3.0-M"; +$buildBranches[12]="wtp-R3.1-I"; +$buildBranches[13]="wtp-R3.1-S"; +$buildBranches[14]="wtp-R3.1-R"; +$buildBranches[15]="wtp-R3.1-N"; ?> \ No newline at end of file -- GitLab