Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-03-09 09:54:37 +0000
committerSravan Kumar Lakkimsetti2018-03-09 10:22:31 +0000
commit7c0922a0d1a3810548e0ceac4928f2bec49d8f7d (patch)
tree9e03198f447f3b09dd7c609f67754a401d4a11c2
parentb8a63ae3c837332f745358e038bc0b110ae963c9 (diff)
downloadeclipse.platform.releng.aggregator-7c0922a0d1a3810548e0ceac4928f2bec49d8f7d.tar.gz
eclipse.platform.releng.aggregator-7c0922a0d1a3810548e0ceac4928f2bec49d8f7d.tar.xz
eclipse.platform.releng.aggregator-7c0922a0d1a3810548e0ceac4928f2bec49d8f7d.zip
Bug 532225 - Update Base builder to M6 to build M7
Change-Id: If5d376f2fbff8537ab1574a562e1b5b74e87acbe Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@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 51e7e52d6..4b48627c4 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
@@ -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.8M5-201801242000" />
+ value="S-4.8M6-201803080630" />
<property
name="eclispeBaseLabel"
- value="4.8M5" />
+ value="4.8M6" />
<property
name="platformURL"
diff --git a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
index a5fb39164..958abfa74 100644
--- a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
+++ b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
@@ -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="S-4.8M5-201801242000" />
+ value="S-4.8M6-201803080630" />
<property
name="eclispeBaseLabel"
- value="4.8M5" />
+ value="4.8M6" />
<property
name="platformURL"

Back to the top