Skip to content

Commit

Permalink
fix: Remove slf4j plugin dependency (#822)
Browse files Browse the repository at this point in the history
* fix: Remove unused slf4j plugin

* fix: Update Eclipse CDT LSP 1.0.0 release link
  • Loading branch information
kolipakakondal authored Sep 21, 2023
1 parent 6ff9814 commit 086a97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",
com.espressif.idf.ui,
com.espressif.idf.serial.monitor,
org.eclipse.cdt.core.native,
org.eclipse.ui.console,
org.slf4j.api
org.eclipse.ui.console
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<unit id="org.eclipse.nebula.widgets.xviewer.feature.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/cdt/builds/cdt-lsp/master/"/>
<repository location="https://download.eclipse.org/tools/cdt/releases/cdt-lsp-1.0/"/>
<unit id="org.eclipse.cdt.lsp.feature.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
Expand Down

0 comments on commit 086a97c

Please sign in to comment.