diff options
| author | Sravan Kumar Lakkimsetti | 2018-12-08 09:46:31 +0000 |
|---|---|---|
| committer | Sravan Kumar Lakkimsetti | 2018-12-10 12:06:46 +0000 |
| commit | 2ea47dc4aad487791248041f3eebd417b8465f56 (patch) | |
| tree | f9c1511cfece3ac77f93380090cd1947cd109c79 | |
| parent | 2a4cc9222d6d62c4ca9fe7975c59e287da6ddf93 (diff) | |
| download | eclipse.platform.releng.aggregator-2ea47dc4aad487791248041f3eebd417b8465f56.tar.gz eclipse.platform.releng.aggregator-2ea47dc4aad487791248041f3eebd417b8465f56.tar.xz eclipse.platform.releng.aggregator-2ea47dc4aad487791248041f3eebd417b8465f56.zip | |
Bug 541823 - Update Comparator repo and eclipse run repo toI20181210-0755
4.11-I-builds repo
Change-Id: Ia3532c9f65e842a3b6522b900fd0a689d1c645af
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@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 f3afbea88..3d2d87353 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -88,9 +88,9 @@ 'eclipiserun-repo' repository, such as for computing .api-descriptions and generating API Tools reports. --> - <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.10-I-builds/</eclipserun-repo> + <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.11-I-builds/</eclipserun-repo> - <comparator.repo>http://download.eclipse.org/eclipse/updates/4.10-I-builds</comparator.repo> + <comparator.repo>http://download.eclipse.org/eclipse/updates/4.11-I-builds</comparator.repo> <!-- NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file. @@ -654,7 +654,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>http://download.eclipse.org/eclipse/updates/4.10-I-builds</eclipse-p2-repo.url> + <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.11-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 ac17bc605..a62ecd4ef 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml +++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml @@ -145,7 +145,7 @@ --> <property name="eclipserun-repo" - value="http://download.eclipse.org/eclipse/updates/4.10-I-builds/" /> + value="http://download.eclipse.org/eclipse/updates/4.11-I-builds/" /> <echo message="eclipserun-repo: ${eclipserun-repo}" /> <property diff --git a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml index ddc48d188..b08dbbaaa 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.10-I-builds/" /> + value="http://download.eclipse.org/eclipse/updates/4.11-I-builds/" /> <echo message="eclipserun-repo: ${eclipserun-repo}" /> <property |
