Skip to content

Commit 959d00c

Browse files
Update telemetry wrapper to 0.14.0 (#1038)
1 parent 6a90eac commit 959d00c

File tree

5 files changed

+220
-78
lines changed

5 files changed

+220
-78
lines changed

jdtls.ext/com.microsoft.java.maven.plugin/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src/main/java"/>
66
<classpathentry exported="true" kind="lib" path="lib/indexer-core-6.0.0.jar"/>

jdtls.ext/com.microsoft.java.maven.target/com.microsoft.java.maven.tp.target

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,34 @@
99
<unit id="org.eclipse.jdt.source.feature.group" version="0.0.0"/>
1010
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
1111
<unit id="org.mockito.mockito-core" version="0.0.0"/>
12-
<repository location="https://download.eclipse.org/eclipse/updates/4.31-I-builds/I20240111-0700/"/>
12+
<repository location="https://download.eclipse.org/eclipse/updates/4.33-I-builds/I20240613-1800/"/>
1313
</location>
1414
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
1515
<unit id="org.eclipse.xtext.xbase.lib" version="0.0.0"/>
16-
<unit id="org.apache.commons.lang3" version="3.13.0"/>
1716
<unit id="com.google.gson" version="2.10.1.v20230109-0753"/>
18-
<repository location="https://download.eclipse.org/releases/2023-12/202312061001/"/>
17+
<repository location="https://download.eclipse.org/releases/2024-03/"/>
1918
</location>
2019
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
2120
<unit id="org.eclipse.jdt.ls.core" version="0.0.0"/>
2221
<repository location="https://download.eclipse.org/jdtls/snapshots/repository/latest/"/>
2322
</location>
2423
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
25-
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.21.1/"/>
26-
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.0.0"/>
24+
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.22.0/"/>
25+
<unit id="org.eclipse.lsp4j" version="0.0.0"/>
2726
</location>
2827
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
29-
<unit id="slf4j.api" version="0.0.0"/>
3028
<unit id="org.eclipse.m2e.maven.runtime" version="0.0.0"/>
3129
<repository location="https://download.eclipse.org/technology/m2e/snapshots/latest/"/>
3230
</location>
31+
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
32+
<dependencies>
33+
<dependency>
34+
<groupId>org.apache.commons</groupId>
35+
<artifactId>commons-lang3</artifactId>
36+
<version>3.14.0</version>
37+
<type>jar</type>
38+
</dependency>
39+
</dependencies>
40+
</location>
3341
</locations>
3442
</target>

0 commit comments

Comments
 (0)