Skip to content

Commit faaef39

Browse files
committed
update build target definitions to not include things that are not compatible with older versions anymore when running builds for previous Eclipse releases
1 parent 1d65762 commit faaef39

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

eclipse-distribution/pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@
157157
<!-- <url>https://download.eclipse.org/buildship/updates/latest-snapshot/</url>-->
158158
<url>https://download.eclipse.org/buildship/updates/latest</url>
159159
</repository>
160-
<repository>
160+
<!-- <repository>
161161
<id>m2e</id>
162162
<layout>p2</layout>
163163
<url>https://download.eclipse.org/technology/m2e/releases/latest/</url>
164-
<!-- <url>https://download.eclipse.org/technology/m2e/snapshots/latest/</url>-->
165-
</repository>
164+
<url>https://download.eclipse.org/technology/m2e/snapshots/latest/</url>
165+
</repository> -->
166166
<repository>
167167
<id>latest-m2e-wtp-release</id>
168168
<layout>p2</layout>
@@ -198,15 +198,15 @@
198198
<layout>p2</layout>
199199
<url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url>
200200
</repository>
201-
<repository>
201+
<!-- <repository>
202202
<id>cdt-updates</id>
203203
<layout>p2</layout>
204204
<url>https://download.eclipse.org/tools/cdt/releases/latest/</url>
205-
</repository>
205+
</repository> -->
206206
<repository>
207207
<id>lsp4e</id>
208208
<layout>p2</layout>
209-
<url>https://download.eclipse.org/lsp4e/releases/0.27.5/</url>
209+
<url>https://download.eclipse.org/lsp4e/releases/0.27.9/</url>
210210
<!-- <url>https://download.eclipse.org/lsp4e/snapshots/</url> -->
211211
</repository>
212212
<repository>
@@ -262,12 +262,12 @@
262262
<!-- <url>https://download.eclipse.org/buildship/updates/latest-snapshot/</url>-->
263263
<url>https://download.eclipse.org/buildship/updates/latest</url>
264264
</repository>
265-
<repository>
265+
<!-- <repository>
266266
<id>m2e</id>
267267
<layout>p2</layout>
268268
<url>https://download.eclipse.org/technology/m2e/releases/latest/</url>
269-
<!-- <url>https://download.eclipse.org/technology/m2e/snapshots/latest/</url>-->
270-
</repository>
269+
<url>https://download.eclipse.org/technology/m2e/snapshots/latest/</url>
270+
</repository> -->
271271
<repository>
272272
<id>latest-m2e-wtp-release</id>
273273
<layout>p2</layout>
@@ -303,16 +303,16 @@
303303
<layout>p2</layout>
304304
<url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url>
305305
</repository>
306-
<repository>
306+
<!-- <repository>
307307
<id>cdt-updates</id>
308308
<layout>p2</layout>
309309
<url>https://download.eclipse.org/tools/cdt/releases/latest/</url>
310-
</repository>
310+
</repository> -->
311311
<repository>
312312
<id>lsp4e</id>
313313
<layout>p2</layout>
314-
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.27.5/</url> -->
315-
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
314+
<url>https://download.eclipse.org/lsp4e/releases/0.27.9/</url>
315+
<!-- <url>https://download.eclipse.org/lsp4e/snapshots/</url> -->
316316
</repository>
317317
<repository>
318318
<id>tm4e-snapshots</id>
@@ -408,16 +408,16 @@
408408
<layout>p2</layout>
409409
<url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url>
410410
</repository>
411-
<repository>
411+
<!-- <repository>
412412
<id>cdt-updates</id>
413413
<layout>p2</layout>
414414
<url>https://download.eclipse.org/tools/cdt/releases/latest/</url>
415-
</repository>
415+
</repository> -->
416416
<repository>
417417
<id>lsp4e</id>
418418
<layout>p2</layout>
419-
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.27.5/</url> -->
420-
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
419+
<url>https://download.eclipse.org/lsp4e/releases/0.27.9/</url>
420+
<!-- <url>https://download.eclipse.org/lsp4e/snapshots/</url> -->
421421
</repository>
422422
<repository>
423423
<id>tm4e-snapshots</id>

0 commit comments

Comments
 (0)