X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.ui%2FMETA-INF%2FMANIFEST.MF;h=dab3c9ab96f5b30805d2d1b33411a6f53f6c2e99;hb=HEAD;hp=2842b50b79e3bea7c93ba494528562d80cf6151a;hpb=fa79e44b99598ca90af6266ecb354c42ef524b0a;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.ui/META-INF/MANIFEST.MF b/bundles/org.simantics.ui/META-INF/MANIFEST.MF index 2842b50b7..dab3c9ab9 100644 --- a/bundles/org.simantics.ui/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.ui/META-INF/MANIFEST.MF @@ -30,7 +30,8 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.e4.ui.di, org.eclipse.e4.ui.bindings, org.simantics.modeling.ontology;bundle-version="1.2.0", - org.slf4j.api + org.slf4j.api, + jakarta.annotation-api;bundle-version="1.3.5" Bundle-ActivationPolicy: lazy Import-Package: javax.inject Export-Package: org.simantics.ui, @@ -57,5 +58,5 @@ Export-Package: org.simantics.ui, org.simantics.ui.workbench.preferences Bundle-ClassPath: . Bundle-Activator: org.simantics.ui.internal.Activator -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-RequiredExecutionEnvironment: JavaSE-11 Automatic-Module-Name: org.simantics.ui