Skip to content

Commit 4c780c9

Browse files
committed
Synchronize cdt.target to cdt-lsp.target in preparation for 2025-12 release
1 parent 784fa43 commit 4c780c9

File tree

1 file changed

+35
-30
lines changed

1 file changed

+35
-30
lines changed

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

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="cdt" sequenceNumber="153">
3+
<target name="cdt" sequenceNumber="171">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<repository location="https://download.eclipse.org/cbi/updates/license/" />
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.37/" />
10+
<repository location="https://download.eclipse.org/eclipse/updates/4.38-I-builds/I20251126-2330/" />
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" />
1414
<unit id="org.eclipse.test.feature.group" version="0.0.0" />
1515
<unit id="org.eclipse.unittest.ui" version="0.0.0" />
16+
<unit id="org.eclipse.terminal.feature.feature.group" version="0.0.0" />
1617
</location>
1718
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
18-
<repository location="https://download.eclipse.org/egit/updates" />
19-
<unit id="org.eclipse.egit.feature.group" version="0.0.0" />
19+
<repository location="https://download.eclipse.org/mylyn/updates/release/latest/" />
2020
</location>
2121
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
22-
<repository location="https://download.eclipse.org/linuxtools/update-docker-5.18.1/" />
22+
<repository location="https://download.eclipse.org/linuxtools/update-2025-12-docker-rc1/" />
2323
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0" />
2424
</location>
2525
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
26-
<repository location="https://download.eclipse.org/lsp4e/snapshots" />
26+
<repository location="https://download.eclipse.org/lsp4e/releases/0.29.2/" />
2727
<unit id="org.eclipse.lsp4e" version="0.0.0" />
2828
<unit id="org.eclipse.lsp4e.debug" version="0.0.0" />
2929
</location>
@@ -46,19 +46,22 @@
4646
<repository location="https://download.eclipse.org/tools/cdt/releases/12.2/cdt-12.2.0/"/>
4747
<unit id="org.eclipse.cdt.feature.group" version="0.0.0" />
4848
</location>
49+
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
50+
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/latest/" />
51+
</location>
4952
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="DirectFromMaven" missingManifest="error" type="Maven">
5053
<dependencies>
5154
<dependency>
5255
<groupId>org.slf4j</groupId>
5356
<artifactId>slf4j-api</artifactId>
54-
<version>2.0.16</version>
57+
<version>2.0.17</version>
5558
<type>jar</type>
5659
</dependency>
5760
<!-- slf4j-api requires 1 impl, provide the one that is generally used in the final product, such as standalone debugger -->
5861
<dependency>
5962
<groupId>org.slf4j</groupId>
6063
<artifactId>slf4j-simple</artifactId>
61-
<version>2.0.16</version>
64+
<version>2.0.17</version>
6265
<type>jar</type>
6366
</dependency>
6467
<dependency>
@@ -70,79 +73,79 @@
7073
<dependency>
7174
<groupId>com.google.code.gson</groupId>
7275
<artifactId>gson</artifactId>
73-
<version>2.11.0</version>
76+
<version>2.13.2</version>
7477
<type>jar</type>
7578
</dependency>
7679
<dependency>
7780
<groupId>org.apache.commons</groupId>
7881
<artifactId>commons-compress</artifactId>
79-
<version>1.27.1</version>
82+
<version>1.28.0</version>
8083
<type>jar</type>
8184
</dependency>
8285
<dependency>
8386
<groupId>commons-io</groupId>
8487
<artifactId>commons-io</artifactId>
85-
<version>2.16.1</version>
88+
<version>2.21.0</version>
8689
<type>jar</type>
8790
</dependency>
8891
<dependency>
8992
<groupId>org.assertj</groupId>
9093
<artifactId>assertj-core</artifactId>
91-
<version>3.26.3</version>
94+
<version>3.27.6</version>
9295
<type>jar</type>
9396
</dependency>
9497
<dependency>
9598
<groupId>org.freemarker</groupId>
9699
<artifactId>freemarker</artifactId>
97-
<version>2.3.33</version>
100+
<version>2.3.34</version> <!-- Also update in releng/org.eclipse.cdt.repo/category.xml-->
98101
<type>jar</type>
99102
</dependency>
100103
<dependency>
101104
<groupId>org.junit.jupiter</groupId>
102105
<artifactId>junit-jupiter-api</artifactId>
103-
<version>5.11.0</version>
106+
<version>5.14.1</version>
104107
<type>jar</type>
105108
</dependency>
106109
<dependency>
107110
<groupId>org.junit.jupiter</groupId>
108111
<artifactId>junit-jupiter-engine</artifactId>
109-
<version>5.11.0</version>
112+
<version>5.14.1</version>
110113
<type>jar</type>
111114
</dependency>
112115
<dependency>
113116
<groupId>org.mockito</groupId>
114117
<artifactId>mockito-core</artifactId>
115-
<version>5.13.0</version>
118+
<version>5.20.0</version>
116119
<type>jar</type>
117120
</dependency>
118121
<dependency>
119122
<groupId>org.yaml</groupId>
120123
<artifactId>snakeyaml</artifactId>
121-
<version>2.2</version>
124+
<version>2.5</version>
122125
<type>jar</type>
123126
</dependency>
124127
<dependency>
125128
<groupId>net.java.dev.jna</groupId>
126129
<artifactId>jna-platform</artifactId>
127-
<version>5.14.0</version>
130+
<version>5.18.1</version>
128131
<type>jar</type>
129132
</dependency>
130133
<dependency>
131134
<groupId>net.java.dev.jna</groupId>
132135
<artifactId>jna</artifactId>
133-
<version>5.14.0</version>
136+
<version>5.18.1</version>
134137
<type>jar</type>
135138
</dependency>
136139
<dependency>
137140
<groupId>com.google.guava</groupId>
138141
<artifactId>guava</artifactId>
139-
<version>33.3.0-jre</version>
142+
<version>33.5.0-jre</version>
140143
<type>jar</type>
141144
</dependency>
142145
<dependency>
143146
<groupId>org.hamcrest</groupId>
144147
<artifactId>hamcrest</artifactId>
145-
<version>2.2</version>
148+
<version>3.0</version>
146149
<type>jar</type>
147150
</dependency>
148151
</dependencies>
@@ -152,31 +155,31 @@
152155
<dependency>
153156
<groupId>org.ow2.asm</groupId>
154157
<artifactId>asm-commons</artifactId>
155-
<version>9.7</version>
158+
<version>9.9</version>
156159
<type>jar</type>
157160
</dependency>
158161
<dependency>
159162
<groupId>org.ow2.asm</groupId>
160163
<artifactId>asm-util</artifactId>
161-
<version>9.7</version>
164+
<version>9.9</version>
162165
<type>jar</type>
163166
</dependency>
164167
<dependency>
165168
<groupId>org.ow2.asm</groupId>
166169
<artifactId>asm</artifactId>
167-
<version>9.7</version>
170+
<version>9.9</version>
168171
<type>jar</type>
169172
</dependency>
170173
<dependency>
171174
<groupId>org.ow2.asm</groupId>
172175
<artifactId>asm-tree</artifactId>
173-
<version>9.7</version>
176+
<version>9.9</version>
174177
<type>jar</type>
175178
</dependency>
176179
<dependency>
177180
<groupId>org.ow2.asm</groupId>
178181
<artifactId>asm-analysis</artifactId>
179-
<version>9.7</version>
182+
<version>9.9</version>
180183
<type>jar</type>
181184
</dependency>
182185
<dependency>
@@ -193,10 +196,12 @@
193196
</dependencies>
194197
</location>
195198
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
196-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-09"/>
197-
<unit id="org.hamcrest.core" version="0.0.0" />
198-
<unit id="org.hamcrest.library" version="0.0.0" />
199-
<unit id="org.junit" version="0.0.0" />
199+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-12/"/>
200+
<unit id="org.junit" version="4.13.2.v20240929-1000" />
201+
<unit id="org.eclipse.orbit.xml-apis-ext" version="1.0.0.v20240917-0534"/>
202+
<unit id="bcpg" version="0.0.0"/>
203+
<unit id="bcprov" version="0.0.0"/>
204+
<unit id="org.apache.commons.logging" version="0.0.0"/>
200205
</location>
201206
</locations>
202207
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21" />

0 commit comments

Comments
 (0)