Skip to content

Commit

Permalink
Remove javax bundles from org.eclipse.e4.rcp Feature
Browse files Browse the repository at this point in the history
During builds these annotation providing bundles are pulled in as
transitive dependencies any ways. Removing them from this features
simplifies the exchange of the atucally providing bundle and therefore
the migration to Jakarta.

Part of eclipse-platform/eclipse.platform.releng.aggregator#1056
  • Loading branch information
HannesWell committed May 4, 2023
1 parent 9031b29 commit 2c79115
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions features/org.eclipse.e4.rcp/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,20 +143,6 @@
version="0.0.0"
unpack="false"/>

<plugin
id="javax.inject"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="javax.annotation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.e4.core.di"
download-size="0"
Expand Down

0 comments on commit 2c79115

Please sign in to comment.