X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.runtime%2FMETA-INF%2FMANIFEST.MF;h=4d092f2fe72d67d3b7e40065992bf923050cd076;hp=aec2f1b850535e8e127a25d876d605a251d6d0be;hb=HEAD;hpb=6abae37c9b120020fbd8a0519a3d19bb4b3335c3 diff --git a/bundles/org.simantics.scl.runtime/META-INF/MANIFEST.MF b/bundles/org.simantics.scl.runtime/META-INF/MANIFEST.MF index aec2f1b85..4d092f2fe 100644 --- a/bundles/org.simantics.scl.runtime/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.scl.runtime/META-INF/MANIFEST.MF @@ -3,10 +3,11 @@ Bundle-ManifestVersion: 2 Bundle-Name: SCL Runtime Bundle-SymbolicName: org.simantics.scl.runtime;singleton:=true Bundle-Version: 0.4.0.qualifier -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-RequiredExecutionEnvironment: JavaSE-11 Export-Package: org.simantics.scl.runtime, org.simantics.scl.runtime.chr, org.simantics.scl.runtime.collection, + org.simantics.scl.runtime.either, org.simantics.scl.runtime.exceptions, org.simantics.scl.runtime.function, org.simantics.scl.runtime.io, @@ -24,4 +25,5 @@ Export-Package: org.simantics.scl.runtime, Require-Bundle: org.junit;bundle-version="4.12.0";resolution:=optional, gnu.trove3;bundle-version="3.0.0", org.simantics.databoard;bundle-version="0.6.5";visibility:=reexport, - org.slf4j.api;bundle-version="1.7.20" + org.slf4j.api +Automatic-Module-Name: org.simantics.scl.runtime