From cf4b1c495e9bc203b2c013678258a11b75375b89 Mon Sep 17 00:00:00 2001 From: Philip Makedonski Date: Wed, 5 Mar 2025 12:29:02 +0100 Subject: [PATCH] + updated target platform definition and dependencies, should address #88 --- org.etsi.mts.tdl.parent/top.target | 3 ++- plugins/org.etsi.mts.tdl.model/META-INF/MANIFEST.MF | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/org.etsi.mts.tdl.parent/top.target b/org.etsi.mts.tdl.parent/top.target index e1ee5260..7bc19b99 100644 --- a/org.etsi.mts.tdl.parent/top.target +++ b/org.etsi.mts.tdl.parent/top.target @@ -12,7 +12,7 @@ - + @@ -61,6 +61,7 @@ + diff --git a/plugins/org.etsi.mts.tdl.model/META-INF/MANIFEST.MF b/plugins/org.etsi.mts.tdl.model/META-INF/MANIFEST.MF index 4a487ef8..b0a68d9d 100644 --- a/plugins/org.etsi.mts.tdl.model/META-INF/MANIFEST.MF +++ b/plugins/org.etsi.mts.tdl.model/META-INF/MANIFEST.MF @@ -26,6 +26,7 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.ocl.examples.codegen;visibility:=reexport, org.eclipse.ocl.xtext.essentialocl, org.eclipse.ocl.xtext.completeocl, + org.eclipse.jdt.annotation, org.eclipse.emf.mwe2.launch;resolution:=optional, org.eclipse.emf.mwe2.lib;resolution:=optional, org.eclipse.emf.codegen.ecore;resolution:=optional, -- GitLab