Skip to content

Commit

Permalink
Remove SLF4J Plugin from o.e.equinox.core.sdk feature
Browse files Browse the repository at this point in the history
If a Feature includes a Plugin, it usually includes it with a specific
name and the version that was in the TP when the feature was build.
This prevents consumers from using a slf4j bundle with different
symbolic-name or different version in their TP or product.

This is part of
eclipse-platform/eclipse.platform.releng.aggregator#588
  • Loading branch information
HannesWell authored and mickaelistria committed Sep 30, 2022
1 parent a3a9628 commit de39e61
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions features/org.eclipse.equinox.core.sdk/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,20 +260,6 @@
version="0.0.0"
unpack="false"/>

<plugin
id="org.slf4j.api"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.slf4j.api.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.weaving.caching"
download-size="0"
Expand Down

0 comments on commit de39e61

Please sign in to comment.