From de714e87e8517ca655ed74845fbf8de36a965ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martti=20K=C3=A4=C3=A4rik?= Date: Mon, 17 Jun 2024 20:07:48 +0300 Subject: [PATCH] Missed from aa69d64ce3fc10 --- plugins/org.etsi.mts.tdl.execution.java/META-INF/MANIFEST.MF | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/org.etsi.mts.tdl.execution.java/META-INF/MANIFEST.MF b/plugins/org.etsi.mts.tdl.execution.java/META-INF/MANIFEST.MF index 551848e0..b8ed33c4 100644 --- a/plugins/org.etsi.mts.tdl.execution.java/META-INF/MANIFEST.MF +++ b/plugins/org.etsi.mts.tdl.execution.java/META-INF/MANIFEST.MF @@ -7,13 +7,13 @@ Bundle-ClassPath: . Automatic-Module-Name: org.etsi.mts.tdl.execution.java Bundle-RequiredExecutionEnvironment: JavaSE-11 Export-Package: . -Require-Bundle: org.etsi.mts.tdl.execution.java.codegen, - org.eclipse.core.runtime, +Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.resources, org.eclipse.ui, org.eclipse.ui.ide, org.eclipse.emf, org.eclipse.emf.ecore, org.etsi.mts.tdl.model, + org.etsi.mts.tdl.execution.java.codegen, junit-jupiter-api -- GitLab