diff options
author | Sravan Kumar Lakkimsetti | 2018-05-28 10:00:12 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2018-05-28 10:00:12 +0000 |
commit | d8db08af1220969edf7e2989da3dfa6f15e6a84b (patch) | |
tree | 8ec207c80749248efb7194d0460f5fe4949f2c00 | |
parent | d4017a8bd9b3d3876d11f060c06ac6ad55f133ba (diff) | |
download | eclipse.platform.releng.aggregator-d8db08af1220969edf7e2989da3dfa6f15e6a84b.tar.gz eclipse.platform.releng.aggregator-d8db08af1220969edf7e2989da3dfa6f15e6a84b.tar.xz eclipse.platform.releng.aggregator-d8db08af1220969edf7e2989da3dfa6f15e6a84b.zip |
Bug 535181 - Update Base builder to RC2 to build RC3
Change-Id: Icbcff209eb624443675c63cfb42e1a4f9528cf54
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r-- | eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml | 4 | ||||
-rw-r--r-- | production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml | 4 |
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 cc2528391..e75849d22 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.8RC1-201805162000" /> + value="S-4.8RC2-201805240900" /> <property name="eclispeBaseLabel" - value="4.8RC1" /> + value="4.8RC2" /> <property name="platformURL" diff --git a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml index 8ad7dc77c..5e3eb619b 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.8RC1-201805162000" /> + value="S-4.8RC2-201805240900" /> <property name="eclispeBaseLabel" - value="4.8RC1" /> + value="4.8RC2" /> <property name="platformURL" |