Skip to content

Commit ff02065

Browse files
committed
Do not require o.e.xtend.lib
It's not actually used thus only causes couple more bundles ending in the product for nothing.
1 parent 59af6c6 commit ff02065

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

org.eclipse.jdt.ls.core/META-INF/MANIFEST.MF

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0",
2727
org.apache.commons.lang3;bundle-version="3.1.0",
2828
org.eclipse.lsp4j;bundle-version="[0.12.0,0.13.0)",
2929
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.12.0,0.13.0)",
30-
org.eclipse.xtend.lib,
3130
org.eclipse.xtext.xbase.lib,
3231
org.eclipse.core.filesystem;bundle-version="1.7.0",
3332
org.eclipse.jdt.apt.pluggable.core;bundle-version="1.2.0";resolution:=optional,

org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<repository location="https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20230118-1800"/>
3232
</location>
3333
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
34-
<unit id="org.eclipse.xtend.lib" version="0.0.0"/>
3534
<unit id="org.eclipse.xtext.xbase.lib" version="0.0.0"/>
3635
<repository location="https://download.eclipse.org/releases/2021-09/202109151000/"/>
3736
</location>

0 commit comments

Comments
 (0)