From 607ce68642466d18cd7f190a4ec395ddf4306750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Thu, 30 Nov 2023 12:52:06 +0200 Subject: [PATCH] Fix jdt feature include fo o.e.jdt.annotation Due to https://github.com/eclipse-jdt/eclipse.jdt.core/commit/ea61f08551d091b453020a83a00c5d75152cbb3e version had to be bumped via https://github.com/eclipse-jdt/eclipse.jdt/commit/9a7d8f5b2d8661553040088ea68d6b4146b5e388 . But the feature includes v1 and v2 thus the versions are hardcoded. Thic commit changes the v2 hardcoded version to 2.2.900. --- 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 e13a54a..ee92a09 100644 --- a/org.eclipse.jdt-feature/feature.xml +++ b/org.eclipse.jdt-feature/feature.xml @@ -57,7 +57,7 @@ + version="2.2.900.qualifier"/>