Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'gui/org.eclipse.efm.modeling.ui.views.property.tab.xlia/META-INF/MANIFEST.MF')
-rw-r--r--gui/org.eclipse.efm.modeling.ui.views.property.tab.xlia/META-INF/MANIFEST.MF7
1 files changed, 5 insertions, 2 deletions
diff --git a/gui/org.eclipse.efm.modeling.ui.views.property.tab.xlia/META-INF/MANIFEST.MF b/gui/org.eclipse.efm.modeling.ui.views.property.tab.xlia/META-INF/MANIFEST.MF
index 95d18dc..48f1192 100644
--- a/gui/org.eclipse.efm.modeling.ui.views.property.tab.xlia/META-INF/MANIFEST.MF
+++ b/gui/org.eclipse.efm.modeling.ui.views.property.tab.xlia/META-INF/MANIFEST.MF
@@ -13,10 +13,13 @@ Require-Bundle: org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="1.1
org.eclipse.efm.formalml.xtext.ui;bundle-version="[0.0.1,1.0.0)",
org.eclipse.efm.modeling.codegen.xlia;bundle-version="[0.0.1,1.0.0)",
org.eclipse.efm.formalml;bundle-version="[0.0.1,1.0.0)",
- org.eclipse.efm.ui;bundle-version="0.0.1"
+ org.eclipse.efm.ui;bundle-version="0.0.1",
+ org.eclipse.papyrus.uml.xtext.integration.core;bundle-version="3.0.0"
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.efm.papyrus.view.property.concretesyntax.ActivatorXLIAProperties
Bundle-ManifestVersion: 2
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: Eclipse Modeling Project
Automatic-Module-Name: org.eclipse.efm.modeling.ui.views.property.tab.xlia
+Import-Package: org.eclipse.papyrus.infra.core.services,
+ org.eclipse.papyrus.infra.core.utils

Back to the top