Skip to content

Commit

Permalink
JSP compilation depends on the org.eclipse.jdt.core.compiler package
Browse files Browse the repository at this point in the history
Add an include of the org.eclipse.jdt.core.compiler.batch plugin to the
org.eclipse.equinox.sdk feature.

eclipse-platform/eclipse.platform.releng.aggregator#1251
  • Loading branch information
merks committed Sep 15, 2023
1 parent 1a51ae9 commit 17b922a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions features/org.eclipse.equinox.sdk/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,17 @@
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.jdt.core.compiler.batch"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.jdt.core.compiler.batch.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>

0 comments on commit 17b922a

Please sign in to comment.