Skip to content

Commit 9920361

Browse files
committed
Update to latest dependencies
With recent changes to Linuxtools we need to start building against 4.31 I-builds. The alternative is to not use nightly for linuxtools. Requires that eclipse-linuxtools/org.eclipse.linuxtools#324 be merged and a new build completes. Fixes #269
1 parent 01af238 commit 9920361

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

releng/org.eclipse.cdt.lsp.target/org.eclipse.cdt.lsp.target.target

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<unit id="org.eclipse.license.feature.group" version="0.0.0" />
88
</location>
99
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
10-
<repository location="https://download.eclipse.org/eclipse/updates/4.29/R-4.29-202309031000/" />
10+
<repository location="https://download.eclipse.org/eclipse/updates/4.31-I-builds/" />
1111
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0" />
1212
<unit id="org.eclipse.jdt.annotation" version="0.0.0" />
1313
<unit id="org.eclipse.sdk.feature.group" version="0.0.0" />
@@ -19,7 +19,8 @@
1919
<unit id="org.eclipse.egit.feature.group" version="0.0.0" />
2020
</location>
2121
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
22-
<repository location="https://download.eclipse.org/linuxtools/updates-docker-nightly" />
22+
<repository location="file://scratch/eclipse/src/linuxtools/org.eclipse.linuxtools/releng/org.eclipse.linuxtools.docker-site/target/repository" />
23+
<!-- <repository location="https://download.eclipse.org/linuxtools/updates-docker-nightly" /> -->
2324
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0" />
2425
</location>
2526
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -43,7 +44,7 @@
4344
</location>
4445
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
4546
<!-- We explicitly have CDT in target platform so that developers can develop org.eclipse.cdt.core/ui without requiring all the projects from CDT in their workspace. -->
46-
<repository location="https://download.eclipse.org/tools/cdt/releases/11.3/cdt-11.3.0/" />
47+
<repository location="https://download.eclipse.org/tools/cdt/releases/11.4/cdt-11.4.0/" />
4748
<unit id="org.eclipse.cdt.feature.group" version="0.0.0" />
4849
</location>
4950
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -195,11 +196,7 @@
195196
</dependencies>
196197
</location>
197198
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
198-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09"/>
199-
<!-- failureaccess is needed because the Linuxtools depends on it but doesn't republish it - https://github.com/eclipse-linuxtools/org.eclipse.linuxtools/issues/232
200-
This dep can't be added to maven section because of https://github.com/eclipse-pde/eclipse.pde/issues/675 -->
201-
<unit id="com.google.guava.failureaccess" version="0.0.0" />
202-
199+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-03"/>
203200
<unit id="org.hamcrest.core" version="1.3.0.v20230809-1000" />
204201
<unit id="org.hamcrest.library" version="1.3.0.v20230809-1000" />
205202
<unit id="org.junit" version="4.13.2.v20230809-1000" />

0 commit comments

Comments
 (0)