|
2 | 2 | <?pde version="3.8"?> |
3 | 3 | <target name="Java Analyzer Target Platform"> |
4 | 4 | <locations> |
5 | | - <!-- 1st: pick up JDT.LS bits (1.35.0) |
| 5 | + <!-- 1st: pick up JDT.LS bits (1.51.0) |
6 | 6 | --> |
7 | 7 | <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" |
8 | 8 | includeSource="true" type="InstallableUnit"> |
9 | 9 | <unit id="org.eclipse.jdt.ls.core" version="0.0.0" /> |
10 | | - <repository location="https://download.eclipse.org/jdtls/milestones/1.35.0/repository"/> |
| 10 | + <repository location="https://download.eclipse.org/jdtls/milestones/1.51.0/repository"/> |
11 | 11 | </location> |
12 | 12 |
|
13 | 13 |
|
|
56 | 56 | <unit id="org.eclipse.jdt.source.feature.group" version="0.0.0"/> |
57 | 57 | <unit id="org.eclipse.sdk.feature.group" version="0.0.0"/> |
58 | 58 | <unit id="org.mockito.mockito-core" version="0.0.0"/> |
59 | | - <repository location="https://download.eclipse.org/eclipse/updates/4.30"/> |
| 59 | + <repository location="https://download.eclipse.org/eclipse/updates/4.34"/> |
60 | 60 | </location> |
61 | 61 | <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> |
62 | 62 | <unit id="org.eclipse.xtend.sdk.feature.group" version="0.0.0"/> |
63 | 63 | <unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/> |
64 | 64 | <repository location="https://download.eclipse.org/releases/2021-09/202109151000/"/> |
65 | 65 | </location> |
66 | 66 | <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> |
67 | | - <repository location="https://download.eclipse.org/lsp4j/updates/releases/0.22.0/"/> |
| 67 | + <repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.0/"/> |
68 | 68 | <unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.0.0"/> |
69 | 69 | </location> |
70 | 70 | <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> |
71 | 71 | <repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.34.0/"/> |
72 | 72 | <unit id="org.eclipse.xtext.xbase.lib" version="0.0.0"/> |
73 | 73 | </location> |
74 | 74 | </locations> |
75 | | - <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/> |
| 75 | + <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/> |
76 | 76 | </target> |
0 commit comments