mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00
Move back to Linux Tools Docker nightly
The commit resolves the resolution error that was raised in https://github.com/eclipse-linuxtools/org.eclipse.linuxtools/issues/232 I have raised an issue in PDE here: https://github.com/eclipse-pde/eclipse.pde/issues/675
This commit is contained in:
parent
3d586dc7d7
commit
49d3e3113d
1 changed files with 22 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
<unit id="org.eclipse.egit.feature.group" version="0.0.0" />
|
<unit id="org.eclipse.egit.feature.group" version="0.0.0" />
|
||||||
</location>
|
</location>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
<repository location="https://download.eclipse.org/linuxtools/update-docker" />
|
<repository location="https://download.eclipse.org/linuxtools/updates-docker-nightly" />
|
||||||
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0" />
|
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0" />
|
||||||
</location>
|
</location>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
|
@ -146,6 +146,18 @@
|
||||||
<version>5.13.0</version>
|
<version>5.13.0</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.guava</groupId>
|
||||||
|
<artifactId>guava</artifactId>
|
||||||
|
<version>32.1.1-jre</version>
|
||||||
|
<type>jar</type>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.guava</groupId>
|
||||||
|
<artifactId>failureaccess</artifactId>
|
||||||
|
<version>1.0.1</version>
|
||||||
|
<type>jar</type>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</location>
|
</location>
|
||||||
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="ASM" missingManifest="error" type="Maven">
|
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="ASM" missingManifest="error" type="Maven">
|
||||||
|
@ -182,6 +194,15 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</location>
|
</location>
|
||||||
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
|
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly"/>
|
||||||
|
<!-- failureaccess is causing resolution issues when referenced from Maven directly, so rely on the already p2-ifed repo to access it.
|
||||||
|
But to make sure it ends up in orbit-aggregation we need to list it in the maven dependencies too.
|
||||||
|
|
||||||
|
See https://github.com/eclipse-pde/eclipse.pde/issues/675
|
||||||
|
-->
|
||||||
|
<unit id="com.google.guava.failureaccess" version="0.0.0" />
|
||||||
|
</location>
|
||||||
</locations>
|
</locations>
|
||||||
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" />
|
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" />
|
||||||
<launcherArgs>
|
<launcherArgs>
|
||||||
|
|
Loading…
Add table
Reference in a new issue