Skip to content

Commit

Permalink
Add "slf4j.nop" bundle to all template launch configurations (#29)
Browse files Browse the repository at this point in the history
SLF4J implementation is required for successful execution.
  • Loading branch information
ifurnadjiev committed Nov 22, 2022
1 parent c37d699 commit c8efecc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<setEntry value="org.osgi.util.promise"/>
<setEntry value="org.osgi.util.xml"/>
<setEntry value="slf4j.api"/>
<setEntry value="slf4j.nop"/>
</setAttribute>
<setAttribute key="selected_workspace_bundles">
<setEntry value="${pluginId}@default:default"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
<setEntry value="org.osgi.util.promise"/>
<setEntry value="org.osgi.util.xml"/>
<setEntry value="slf4j.api"/>
<setEntry value="slf4j.nop"/>
</setAttribute>
<setAttribute key="selected_workspace_bundles">
<setEntry value="${pluginId}@default:default"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<setEntry value="org.osgi.util.promise"/>
<setEntry value="org.osgi.util.xml"/>
<setEntry value="slf4j.api"/>
<setEntry value="slf4j.nop"/>
</setAttribute>
<setAttribute key="selected_workspace_bundles">
<setEntry value="${pluginId}@default:default"/>
Expand Down

0 comments on commit c8efecc

Please sign in to comment.