Skip to content

Commit 48af238

Browse files
committed
Streamline target platform
* Use released lsp4e. * Use gson from Eclipse platform rather than define again.
1 parent 1eece72 commit 48af238

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

target-platform/target-platform.target

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>
88
<unit id="org.eclipse.pde.junit.runtime" version="0.0.0"/>
99
<unit id="org.eclipse.jdt.junit5.runtime" version="0.0.0"/>
10+
<unit id="com.google.gson" version="0.0.0"/>
1011
</location>
1112
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
1213
<repository location="https://download.eclipse.org/releases/latest/"/>
@@ -38,9 +39,7 @@
3839
<unit id="org.eclipse.tm4e.language_pack.feature.feature.group" version="0.0.0"/>
3940
</location>
4041
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
41-
<!--⚠️ Use release when LSP4E release contains https://github.com/eclipse/lsp4e/commit/909c41fb6d80895388634f152b7f9dd20f9482b8 https://github.com/eclipse/lsp4e/commit/909c41fb6d80895388634f152b7f9dd20f9482b8 -->
42-
<!--repository location="https://download.eclipse.org/lsp4e/releases/latest/"/-->
43-
<repository location="https://download.eclipse.org/lsp4e/snapshots/"/>
42+
<repository location="https://download.eclipse.org/lsp4e/releases/latest/"/>
4443
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
4544
<unit id="org.eclipse.lsp4e.debug" version="0.0.0"/>
4645
<unit id="org.eclipse.lsp4j" version="0.0.0"/>
@@ -90,15 +89,5 @@
9089
</dependency>
9190
</dependencies>
9291
</location>
93-
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Google GSON" missingManifest="error" type="Maven">
94-
<dependencies>
95-
<dependency>
96-
<groupId>com.google.code.gson</groupId>
97-
<artifactId>gson</artifactId>
98-
<version>2.10.1</version>
99-
<type>jar</type>
100-
</dependency>
101-
</dependencies>
102-
</location>
10392
</locations>
10493
</target>

0 commit comments

Comments
 (0)