1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 22:25:25 +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:
Alexander Kurtakov 2020-01-24 00:04:15 +02:00
parent b6ae465863
commit 5f4396d0ed
3 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,6 @@
<extension> <extension>
<groupId>org.eclipse.tycho.extras</groupId> <groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId> <artifactId>tycho-pomless</artifactId>
<version>1.4.0</version> <version>1.6.0</version>
</extension> </extension>
</extensions> </extensions>

View file

@ -16,7 +16,7 @@
<properties> <properties>
<remote-release>nightly</remote-release> <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-extras-version>${tycho-version}</tycho-extras-version>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/ptp/org.eclipse.remote.git</tycho.scmUrl> <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/ptp/org.eclipse.remote.git</tycho.scmUrl>
<platform-version>4.5</platform-version> <platform-version>4.5</platform-version>

View file

@ -13,13 +13,13 @@
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> <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.equinox.executable.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sdk.ide" 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>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> <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.core" version="0.0.0"/>
<unit id="org.eclipse.cdt.native.feature.group" 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"/> <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>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.tm.terminal.control" version="0.0.0"/> <unit id="org.eclipse.tm.terminal.control" version="0.0.0"/>