From 9d4707a31f3713985d4ea3537c202fe0ca5d4b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Fri, 24 Oct 2025 13:23:04 +0200 Subject: [PATCH] Import JUnit 6 bundles Currently the JUnit 6 Classpathcontainer is empty unless one installs the JUnit bundles into the IDE (what is not really feasible to expect). This now adds the JUnit 6 bundles as imports to make them install whenever the junit support is installed. --- org.eclipse.jdt-feature/feature.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/org.eclipse.jdt-feature/feature.xml b/org.eclipse.jdt-feature/feature.xml index 2c88c39..5745cb8 100644 --- a/org.eclipse.jdt-feature/feature.xml +++ b/org.eclipse.jdt-feature/feature.xml @@ -19,6 +19,17 @@ %license + + + + + + + + + + +