From 10b28d4ecb73f66c70e1206212878215a1992703 Mon Sep 17 00:00:00 2001 From: Andrey Loskutov Date: Mon, 30 Oct 2023 09:16:17 +0100 Subject: [PATCH] Update org.eclipse.jdt.annotation version in the JDT feature Fixes SDK build failure due the missing required bundle after https://github.com/eclipse-jdt/eclipse.jdt.core/pull/1500 change. Fixes https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1486 --- org.eclipse.jdt-feature/feature.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jdt-feature/feature.xml b/org.eclipse.jdt-feature/feature.xml index f0a40ee..0c1c19e 100644 --- a/org.eclipse.jdt-feature/feature.xml +++ b/org.eclipse.jdt-feature/feature.xml @@ -86,7 +86,7 @@ id="org.eclipse.jdt.annotation" download-size="0" install-size="0" - version="2.2.700.qualifier" + version="2.2.800.qualifier" unpack="false"/>