diff options
| author | David Williams | 2015-10-05 02:56:56 +0000 |
|---|---|---|
| committer | David Williams | 2015-10-05 02:56:56 +0000 |
| commit | 6ff96a45048e27c1ec9e6efa29675ed988931e41 (patch) | |
| tree | 209868efd1889151963b98f3ca90fd805c1b93e1 | |
| parent | d13dbb906b92c5b09fa9b1e92d318ca17100e7aa (diff) | |
| download | eclipse.platform.releng.aggregator-6ff96a45048e27c1ec9e6efa29675ed988931e41.tar.gz eclipse.platform.releng.aggregator-6ff96a45048e27c1ec9e6efa29675ed988931e41.tar.xz eclipse.platform.releng.aggregator-6ff96a45048e27c1ec9e6efa29675ed988931e41.zip | |
Bug 478987 - update eclipserun-repo to M2, to build M3
| -rw-r--r-- | eclipse-platform-parent/pom.xml | 2 | ||||
| -rw-r--r-- | eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 31d93465d..5a54ef785 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -78,7 +78,7 @@ The tycho-eclipserun-plugin will create its instance of Eclipse from this 'eclipiserun-repo' repository, such as for computing .api-descriptions. --> - <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.6milestones/S-4.6M2-201509162000/</eclipserun-repo> + <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.6milestones/S-4.6M1-201508052000/</eclipserun-repo> <comparator.repo>http://download.eclipse.org/eclipse/updates/4.6-I-builds</comparator.repo> diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml index 767f3718c..3a1afffde 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml +++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml @@ -60,7 +60,7 @@ --> <property name="platformURL" - value="http://${downloadHost}/eclipse/downloads/drops4/S-4.6M2-201509162000" /> + value="http://${downloadHost}/eclipse/downloads/drops4/S-4.6M1-201508052000" /> <!-- We used to use binary platform, since smaller, but moved to SDK, to be able to use API Tools. But then moved back to Platform, after having some cases where we need to pick up new fixes from @@ -68,13 +68,13 @@ --> <property name="platformFile" - value="eclipse-platform-4.6M2-linux-gtk-x86_64.tar.gz" /> + value="eclipse-platform-4.6M1-linux-gtk-x86_64.tar.gz" /> <!-- TODO: we should read 'eclipserun-repo' from buildproperties.propterties? --> <echo message="eclipserun-repo: ${eclipserun-repo}" /> <property name="eclipserun-repo" - value="http://download.eclipse.org/eclipse/updates/4.6milestones/S-4.6M2-201509162000/" /> + value="http://download.eclipse.org/eclipse/updates/4.6milestones/S-4.6M1-201508052000/" /> <echo message="eclipserun-repo: ${eclipserun-repo}" /> <property |
