From 7d4c203790d4a1cf221d81e6913147143bcdeca5 Mon Sep 17 00:00:00 2001 From: Heiko Klare Date: Sat, 29 Mar 2025 09:27:26 +0100 Subject: [PATCH] Add JSVG bundle to SDK tests feature The SVG fragment needs to be available in SDK tests product as SWT tests require that fragment and the SDK does not currently not include it. The transitive dependency to the JSVG bundle has been missing and is added by this change. --- .../features/org.eclipse.sdk.tests/feature.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml b/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml index 1fa8fa7e328..7e9a1d269c0 100644 --- a/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml +++ b/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml @@ -391,4 +391,8 @@ id="org.eclipse.swt.svg" version="0.0.0"/> + +