Skip to content

Commit b98d493

Browse files
authored
Update target platform to more closely follow JDT-LS. (#585)
- Update Apache Commons IO from 2.11.0 to 2.19.0 Signed-off-by: Roland Grunberg <[email protected]>
1 parent 31b2255 commit b98d493

File tree

4 files changed

+11
-37
lines changed

4 files changed

+11
-37
lines changed

com.microsoft.java.debug.plugin/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</attributes>
88
</classpathentry>
99
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
10-
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.11.0.jar"/>
10+
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.19.0.jar"/>
1111
<classpathentry kind="src" path="src/main/java"/>
1212
<classpathentry exported="true" kind="lib" path="lib/rxjava-2.2.21.jar"/>
1313
<classpathentry exported="true" kind="lib" path="lib/reactive-streams-1.0.4.jar"/>

com.microsoft.java.debug.plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Require-Bundle: org.eclipse.core.runtime,
2121
org.apache.commons.lang3,
2222
org.eclipse.lsp4j,
2323
com.google.guava
24-
Bundle-ClassPath: lib/commons-io-2.11.0.jar,
24+
Bundle-ClassPath: lib/commons-io-2.19.0.jar,
2525
.,
2626
lib/rxjava-2.2.21.jar,
2727
lib/reactive-streams-1.0.4.jar,

com.microsoft.java.debug.plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<artifactItem>
5252
<groupId>commons-io</groupId>
5353
<artifactId>commons-io</artifactId>
54-
<version>2.11.0</version>
54+
<version>2.19.0</version>
5555
</artifactItem>
5656
<artifactItem>
5757
<groupId>com.microsoft.java</groupId>
Lines changed: 8 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="Java Debug" sequenceNumber="39">
22
<locations>
33
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
4-
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
5-
<unit id="com.google.gson.source" version="2.7.0.v20170129-0911"/>
6-
<unit id="com.ibm.icu.base" version="58.2.0.v20170418-1837"/>
7-
<unit id="org.apache.commons.io" version="2.2.0.v201405211200"/>
8-
<unit id="org.apache.commons.lang3" version="3.1.0.v201403281430"/>
9-
<repository location="https://download.eclipse.org/tools/orbit/R-builds/R20170516192513/repository"/>
10-
</location>
11-
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
12-
<unit id="org.eclipse.equinox.core.feature.feature.group" version="0.0.0"/>
13-
<unit id="org.eclipse.equinox.core.sdk.feature.group" version="0.0.0"/>
14-
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
15-
<unit id="org.eclipse.equinox.p2.core.feature.source.feature.group" version="0.0.0"/>
16-
<unit id="org.eclipse.equinox.sdk.feature.group" version="0.0.0"/>
17-
<unit id="org.eclipse.jdt.apt.pluggable.core" version="0.0.0"/>
18-
<repository location="https://download.eclipse.org/eclipse/updates/4.33/"/>
19-
</location>
20-
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
21-
<unit id="org.eclipse.jdt.core.compiler.batch" version="0.0.0"/>
22-
<unit id="org.eclipse.jdt.core" version="0.0.0"/>
23-
<unit id="org.eclipse.jdt.apt.core" version="0.0.0"/>
24-
<repository location="https://download.eclipse.org/jdtls/jdt-core-incubator/snapshots/"/>
25-
</location>
26-
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
27-
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
28-
<repository location="https://download.eclipse.org/releases/2024-03/"/>
29-
</location>
30-
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
31-
<unit id="org.jboss.tools.maven.apt.core" version="0.0.0"/>
32-
<repository location="https://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.3-2019-11-08_11-04-22-H22/"/>
4+
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
5+
<repository location="https://download.eclipse.org/eclipse/updates/4.36-I-builds/"/>
336
</location>
347
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
358
<unit id="org.eclipse.jdt.ls.core" version="0.0.0"/>
36-
<repository location="https://download.eclipse.org/jdtls/snapshots/repository/latest/"/>
37-
</location>
38-
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
39-
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.1/"/>
40-
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.0.0"/>
9+
<unit id="org.eclipse.m2e.jdt" version="0.0.0"/>
10+
<unit id="org.eclipse.buildship.core" version="0.0.0"/>
11+
<unit id="com.google.gson" version="0.0.0"/>
12+
<unit id="com.google.guava" version="0.0.0"/>
13+
<unit id="org.apache.commons.lang3" version="0.0.0"/>
14+
<repository location="https://download.eclipse.org/jdtls/snapshots/repository/latest"/>
4115
</location>
4216
</locations>
4317
</target>

0 commit comments

Comments
 (0)