Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalyan Prasad Tatavarthi2018-11-30 10:43:43 +0000
committerKalyan Prasad Tatavarthi2018-11-30 10:43:43 +0000
commit0852c5569a125f4263df870aac32465ae87f75ff (patch)
tree4adef3da2e5467b2d47d5cdaa50ee3d907566c44 /eclipse.platform.releng.tychoeclipsebuilder
parent54fb209962eba01dc5f6cea64f3bf78761678163 (diff)
downloadeclipse.platform.releng.aggregator-0852c5569a125f4263df870aac32465ae87f75ff.tar.gz
eclipse.platform.releng.aggregator-0852c5569a125f4263df870aac32465ae87f75ff.tar.xz
eclipse.platform.releng.aggregator-0852c5569a125f4263df870aac32465ae87f75ff.zip
Bug 541732 - Update Base builder to 4.10 RC1 to build 4.10 RC2
Change-Id: I3aa7bcba100eb765cffc2dafe3993a0d3f74a543 Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
index 46ab85f84..c92aae270 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.10M1-201810101800" />
+ value="S-4.10RC1-201811290330" />
<property
name="eclispeBaseLabel"
- value="4.10M1" />
+ value="4.10RC1" />
<property
name="platformURL"

Back to the top