Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoj Palat2019-05-24 05:09:04 +0000
committerManoj Palat2019-05-24 05:09:04 +0000
commit27536a6a4e1d4ef64896b4cb691b3722ef8fda1e (patch)
tree11d53b9fe2c497c3f164f8c24f8299d74839ae98
parent3db80d5a6d06d740cd161c68375ccee124b9eeb1 (diff)
downloadeclipse.platform.releng.aggregator-27536a6a4e1d4ef64896b4cb691b3722ef8fda1e.tar.gz
eclipse.platform.releng.aggregator-27536a6a4e1d4ef64896b4cb691b3722ef8fda1e.tar.xz
eclipse.platform.releng.aggregator-27536a6a4e1d4ef64896b4cb691b3722ef8fda1e.zip
Bug 547608 - Update Base builder to 4.12 M3 to build 4.12 RC1I20190524-0135
Change-Id: Ic95546e2724c538e41eb3fcce22c65ea31cd5fea Signed-off-by: Manoj Palat <manpalat@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 754fae56b..c66199d6f 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.12M1-201904110625" />
+ value="S-4.12M3-201905221800" />
<property
name="eclispeBaseLabel"
- value="4.12M1" />
+ value="4.12M3" />
<property
name="platformURL"
diff --git a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
index ef60925f0..31dc39bca 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.12M1-201904110625" />
+ value="S-4.12M3-201905221800" />
<property
name="eclispeBaseLabel"
- value="4.12M1" />
+ value="4.12M3" />
<property
name="platformURL"

Back to the top