From 646d85d496b7439a30f8a0f4c397f329f119eff2 Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Fri, 2 Jan 2026 15:51:37 +0100 Subject: [PATCH] Eliminate includes of 3rd party bundles in features. - We don't need org.osgi.service.prefs because it's required by org.eclipse.equinox.preferences. https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/3585 --- runtime/features/org.eclipse.core.runtime.feature/feature.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/runtime/features/org.eclipse.core.runtime.feature/feature.xml b/runtime/features/org.eclipse.core.runtime.feature/feature.xml index 18370942154..9c6b3a8972d 100644 --- a/runtime/features/org.eclipse.core.runtime.feature/feature.xml +++ b/runtime/features/org.eclipse.core.runtime.feature/feature.xml @@ -47,8 +47,4 @@ id="org.eclipse.core.jobs" version="0.0.0"/> - -