diff options
author | Noopur Gupta | 2019-12-10 06:12:18 +0000 |
---|---|---|
committer | Noopur Gupta | 2019-12-10 06:13:08 +0000 |
commit | 7d5cf5c384bf795da1824ae3054c9d1894f665cf (patch) | |
tree | 3c686c0a42f82b89eabe891489752a2c893a87e1 | |
parent | 488d014c4c3633b47702014f78f8e8d99e676e09 (diff) | |
download | eclipse.platform.releng.aggregator-7d5cf5c384bf795da1824ae3054c9d1894f665cf.tar.gz eclipse.platform.releng.aggregator-7d5cf5c384bf795da1824ae3054c9d1894f665cf.tar.xz eclipse.platform.releng.aggregator-7d5cf5c384bf795da1824ae3054c9d1894f665cf.zip |
Bug 553743: Update Comparator repo and eclipse run repo to 4.15-I-builds
repo
Change-Id: Ie9cac031d2b7400950cc906d770c8aaf43bf5e24
Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
3 files changed, 5 insertions, 5 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 986f89c38..f1334b65c 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -89,9 +89,9 @@ 'eclipiserun-repo' repository, such as for computing .api-descriptions and generating API Tools reports. --> - <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.14-I-builds/</eclipserun-repo> + <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.15-I-builds/</eclipserun-repo> - <comparator.repo>https://download.eclipse.org/eclipse/updates/4.14-I-builds</comparator.repo> + <comparator.repo>https://download.eclipse.org/eclipse/updates/4.15-I-builds</comparator.repo> <!-- NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file. @@ -635,7 +635,7 @@ For maintenance streams should always be "M-builds". Ideally, this value would be provided by the environment, see bug 489789. --> - <eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/4.14-I-builds</eclipse-p2-repo.url> + <eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/4.15-I-builds</eclipse-p2-repo.url> </properties> <repositories> <repository> diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml index f4ea405ff..3b3bfc7de 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml +++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml @@ -119,7 +119,7 @@ --> <property name="eclipserun-repo" - value="http://download.eclipse.org/eclipse/updates/4.14-I-builds/" /> + value="http://download.eclipse.org/eclipse/updates/4.15-I-builds/" /> <echo message="eclipserun-repo: ${eclipserun-repo}" /> <property diff --git a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml index b045aeafa..d6cda0630 100644 --- a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml +++ b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml @@ -146,7 +146,7 @@ --> <property name="eclipserun-repo" - value="http://download.eclipse.org/eclipse/updates/4.14-I-builds/" /> + value="http://download.eclipse.org/eclipse/updates/4.15-I-builds/" /> <echo message="eclipserun-repo: ${eclipserun-repo}" /> <property |