mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
Bug 559513 - Ubreak build
Don't point to temp build p2 repos in target file. Move to Tycho 1.6.0 too for build speed up. Change-Id: Ia04dd07fe27d6c7f3bfa9b30368f3ea971a42cb6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
b6ae465863
commit
5f4396d0ed
3 changed files with 4 additions and 4 deletions
|
@ -3,6 +3,6 @@
|
|||
<extension>
|
||||
<groupId>org.eclipse.tycho.extras</groupId>
|
||||
<artifactId>tycho-pomless</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.6.0</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<properties>
|
||||
<remote-release>nightly</remote-release>
|
||||
<tycho-version>1.4.0</tycho-version>
|
||||
<tycho-version>1.6.0</tycho-version>
|
||||
<tycho-extras-version>${tycho-version}</tycho-extras-version>
|
||||
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/ptp/org.eclipse.remote.git</tycho.scmUrl>
|
||||
<platform-version>4.5</platform-version>
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
|
||||
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/eclipse/updates/4.13milestones/"/>
|
||||
<repository location="http://download.eclipse.org/eclipse/updates/4.14/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.cdt.core" version="0.0.0"/>
|
||||
<unit id="org.eclipse.cdt.native.feature.group" version="0.0.0"/>
|
||||
<unit id="org.eclipse.cdt.native.serial" version="0.0.0"/>
|
||||
<repository location="https://download.eclipse.org/tools/cdt/builds/9.9/cdt-9.9.0-simrel-2019-09-m3"/>
|
||||
<repository location="https://download.eclipse.org/tools/cdt/releases/9.10/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.tm.terminal.control" version="0.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue