X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2FMETA-INF%2FMANIFEST.MF;h=852603f49a69dad1ee7727bf9062910971b3e6a7;hb=HEAD;hp=b5f2e0fc005c78d639399ec160c0f5f985b4cd97;hpb=021f396bc6d3337082807c8757173e434fc96782;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF b/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF index b5f2e0fc0..852603f49 100644 --- a/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF @@ -3,14 +3,14 @@ Bundle-ManifestVersion: 2 Bundle-Name: SCL Compiler Bundle-SymbolicName: org.simantics.scl.compiler Bundle-Version: 0.6.1.qualifier -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: gnu.trove3;bundle-version="3.0.0", org.simantics.scl.runtime;bundle-version="0.1.4";visibility:=reexport, org.junit;bundle-version="4.12.0";resolution:=optional, - org.objectweb.asm;bundle-version="[5.0.0,6.0.0)", - org.objectweb.asm.commons;bundle-version="[5.0.0,6.0.0)", - org.objectweb.asm.util;bundle-version="[5.0.0,6.0.0)", - org.slf4j.api;bundle-version="1.7.2" + org.objectweb.asm;bundle-version="[5.0.0,8.0.0)", + org.objectweb.asm.commons;bundle-version="[5.0.0,8.0.0)", + org.objectweb.asm.util;bundle-version="[5.0.0,8.0.0)", + org.slf4j.api Export-Package: org.cojen.classfile, org.simantics.scl.compiler.commands, org.simantics.scl.compiler.common.datatypes, @@ -83,3 +83,4 @@ Export-Package: org.cojen.classfile, Bundle-ClassPath: . Import-Package: org.osgi.service.component.annotations Bundle-ActivationPolicy: lazy +Automatic-Module-Name: org.simantics.scl.compiler