Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-03-01 17:14:17 +0000
committerNiraj Modi2019-03-01 17:14:17 +0000
commit7bb4dcc5b364dc9308bb1b98ba97e93582c78cb0 (patch)
tree62117d090c7763df2a4d6d476afc9052b888e751
parent7f50c6bea119a4cfa924c99e2718997069fb7109 (diff)
downloadeclipse.platform.releng.aggregator-7bb4dcc5b364dc9308bb1b98ba97e93582c78cb0.tar.gz
eclipse.platform.releng.aggregator-7bb4dcc5b364dc9308bb1b98ba97e93582c78cb0.tar.xz
eclipse.platform.releng.aggregator-7bb4dcc5b364dc9308bb1b98ba97e93582c78cb0.zip
Bug 544959 - Update Base builder to 4.11 RC1 to build 4.11 RC2
Change-Id: I82db45a6ac352b7d21ac212d0a932c0183535c5e Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml4
-rw-r--r--production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
index e5f3a079c..a5ba5fdfb 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
@@ -96,10 +96,10 @@
<!-- for I or M build (which is the unusual case) the build directory and label are the same -->
<property
name="eclipseBaseDir"
- value="S-4.11M3-201902201800" />
+ value="S-4.11RC1-201903010040" />
<property
name="eclispeBaseLabel"
- value="4.11M3" />
+ value="4.11RC1" />
<property
name="platformURL"
diff --git a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
index 916a73704..062b73970 100644
--- a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
+++ b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
@@ -97,10 +97,10 @@
<!-- for I or M build (which is the unusual case) the build directory and label are the same -->
<property
name="eclipseBaseDir"
- value="S-4.11M3-201902201800" />
+ value="S-4.11RC1-201903010040" />
<property
name="eclispeBaseLabel"
- value="4.11M3" />
+ value="4.11RC1" />
<property
name="platformURL"

Back to the top