From f20db0265fa5bc0a649a1d0e2d8d9f7d1b98310d Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Fri, 15 Sep 2023 09:10:12 +0200 Subject: [PATCH] JSP compilation depends on the org.eclipse.jdt.core.compiler package Add an include of the org.eclipse.jdt.core.compiler.batch plugin to the org.eclipse.equinox.sdk feature. https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1251 --- features/org.eclipse.equinox.sdk/feature.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/features/org.eclipse.equinox.sdk/feature.xml b/features/org.eclipse.equinox.sdk/feature.xml index c72f1b80763..95fb8e34b03 100644 --- a/features/org.eclipse.equinox.sdk/feature.xml +++ b/features/org.eclipse.equinox.sdk/feature.xml @@ -145,4 +145,17 @@ version="0.0.0" unpack="false"/> + + +