Skip to content

Commit

Permalink
Remove jakarta.servlet-api, javax.servlet.jsp-api, javax.el-api
Browse files Browse the repository at this point in the history
These bundles are included by features but are not actually needed at
runtime.

eclipse-platform/eclipse.platform.releng.aggregator#1361
  • Loading branch information
merks committed Oct 23, 2023
1 parent 5b1f77f commit 7208dfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
29 changes: 1 addition & 28 deletions features/org.eclipse.equinox.sdk/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,34 +47,6 @@
id="org.eclipse.equinox.server.jetty.source"
version="0.0.0"/>

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

<plugin
id="javax.servlet.jsp-api.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

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

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

<plugin
id="org.eclipse.equinox.http.servletbridge"
download-size="0"
Expand Down Expand Up @@ -144,4 +116,5 @@
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
7 changes: 0 additions & 7 deletions features/org.eclipse.equinox.server.jetty/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
%license
</license>

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

<plugin
id="org.eclipse.equinox.http.jetty"
download-size="0"
Expand Down

0 comments on commit 7208dfa

Please sign in to comment.