X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.basicexpression%2FMETA-INF%2FMANIFEST.MF;h=b13c011fb5f564d968ecf7f7e3af9d19ea62d15d;hb=HEAD;hp=ad2133153f2e227b94e0d862ebc8032f0e7552c0;hpb=a43df9e895f022132f9b94dfedeae78fb4eed712;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.basicexpression/META-INF/MANIFEST.MF b/bundles/org.simantics.basicexpression/META-INF/MANIFEST.MF index ad2133153..b13c011fb 100644 --- a/bundles/org.simantics.basicexpression/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.basicexpression/META-INF/MANIFEST.MF @@ -4,11 +4,12 @@ Bundle-Name: Basic Expression Parser Bundle-SymbolicName: org.simantics.basicexpression Bundle-Version: 1.1.0.qualifier Bundle-Vendor: VTT Technical Research Centre of Finland -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-ActivationPolicy: lazy Export-Package: org.simantics.basicexpression, org.simantics.basicexpression.analysis, org.simantics.basicexpression.lexer, org.simantics.basicexpression.node, org.simantics.basicexpression.parser -Require-Bundle: org.slf4j.api;bundle-version="1.7.25" +Require-Bundle: org.slf4j.api +Automatic-Module-Name: org.simantics.basicexpression