Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-01-26 09:37:49 +0000
committerSravan Kumar Lakkimsetti2018-01-26 09:38:56 +0000
commit91a66bd3a6e286f6ac9dc822fd88b6a3ed44dc6c (patch)
treeb63fb4a267fd8361db7a8e1e77d74ff7e4d0b4a6
parent4a33d86953c2da703bd5adf19a9e40a6200192ec (diff)
downloadeclipse.platform.releng.aggregator-91a66bd3a6e286f6ac9dc822fd88b6a3ed44dc6c.tar.gz
eclipse.platform.releng.aggregator-91a66bd3a6e286f6ac9dc822fd88b6a3ed44dc6c.tar.xz
eclipse.platform.releng.aggregator-91a66bd3a6e286f6ac9dc822fd88b6a3ed44dc6c.zip
Bug 530353 - Update Base builder to M5 to build M6
Change-Id: Ie393956759d4581e16f47ab7e8a4080b3a76a196 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml6
-rw-r--r--production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
index c2c7e7739..51e7e52d6 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2016 IBM Corporation and others.
+ Copyright (c) 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -93,10 +93,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.8M4-201712062000" />
+ value="S-4.8M5-201801242000" />
<property
name="eclispeBaseLabel"
- value="4.8M4" />
+ value="4.8M5" />
<property
name="platformURL"
diff --git a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
index 277fea066..a5fb39164 100644
--- a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
+++ b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2016 IBM Corporation and others.
+ Copyright (c) 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -94,10 +94,10 @@
<!-- for I or M build (which is the unusual case) the build directory and label are the same -->
<property
name="eclipseBaseDir"
- value="R-4.7.2-201711300510" />
+ value="S-4.8M5-201801242000" />
<property
name="eclispeBaseLabel"
- value="4.7.2" />
+ value="4.8M5" />
<property
name="platformURL"

Back to the top