From 4dc868ab9b4fd6a48adb27a7a978c7b45547431e Mon Sep 17 00:00:00 2001 From: Carsten Hammer Date: Fri, 1 Nov 2024 21:43:43 +0100 Subject: [PATCH] add more plugins to target --- .../META-INF/MANIFEST.MF | 27 ++-- sandbox_product/sandbox.product | 17 +-- sandbox_target/eclipse.target | 121 ++++++++++-------- sandbox_test_commons/META-INF/MANIFEST.MF | 3 +- 4 files changed, 87 insertions(+), 81 deletions(-) diff --git a/sandbox_junit_cleanup_test/META-INF/MANIFEST.MF b/sandbox_junit_cleanup_test/META-INF/MANIFEST.MF index d0c3ec7f..62010ec6 100644 --- a/sandbox_junit_cleanup_test/META-INF/MANIFEST.MF +++ b/sandbox_junit_cleanup_test/META-INF/MANIFEST.MF @@ -7,23 +7,30 @@ Fragment-Host: sandbox_junit_cleanup Bundle-RequiredExecutionEnvironment: JavaSE-17 Require-Bundle: org.junit, sandbox_test_commons, - org.eclipse.jdt.junit4.runtime;bundle-version="1.3.100", - org.eclipse.jdt.junit5.runtime;bundle-version="1.1.300" + org.eclipse.jdt.junit4.runtime, + org.eclipse.jdt.junit5.runtime, + org.eclipse.jdt.junit.runtime Bundle-ActivationPolicy: lazy Eclipse-BundleShape: dir Eclipse-BuddyPolicy: global -Import-Package: org.junit.jupiter.api;version="5.7.1", - org.junit.jupiter.api.condition;version="5.7.1", - org.junit.jupiter.api.extension;version="5.7.1", - org.junit.jupiter.api.extension.support;version="5.7.1", - org.junit.jupiter.api.function;version="5.7.1", - org.junit.jupiter.api.io;version="5.7.1", - org.junit.jupiter.api.parallel;version="5.7.1", - org.junit.jupiter.params;version="5.7.1", +Import-Package: org.junit.jupiter.api, + org.junit.jupiter.api.condition, + org.junit.jupiter.api.extension, + org.junit.jupiter.api.extension.support, + org.junit.jupiter.api.function, + org.junit.jupiter.api.io, + org.junit.jupiter.api.parallel, + org.junit.jupiter.params, org.junit.jupiter.params.aggregator, org.junit.jupiter.params.converter, org.junit.jupiter.params.provider, org.junit.jupiter.params.support, + org.junit.jupiter.migrationsupport, + org.junit.jupiter.migrationsupport.conditions, + org.junit.jupiter.migrationsupport.rules, + org.junit.platform.suite.api, + org.junit.platform.suite.commons;status=INTERNAL, + org.junit.platform.suite.engine;status=INTERNAL, org.opentest4j, org.sandbox.jdt.internal.common, org.sandbox.jdt.internal.corext.fix2 diff --git a/sandbox_product/sandbox.product b/sandbox_product/sandbox.product index 33c7868f..9538a2af 100644 --- a/sandbox_product/sandbox.product +++ b/sandbox_product/sandbox.product @@ -1,7 +1,8 @@ - + + @@ -34,6 +35,7 @@ + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 @@ -192,28 +194,15 @@ United States, other countries, or both. - - - - - - - - - - - - - diff --git a/sandbox_target/eclipse.target b/sandbox_target/eclipse.target index ff9d4fd2..2fc084b6 100644 --- a/sandbox_target/eclipse.target +++ b/sandbox_target/eclipse.target @@ -4,29 +4,39 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -45,39 +55,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +