X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2FMETA-INF%2FMANIFEST.MF;h=70bb068b32d900359e8b798d15cab39a7d4f7037;hp=7bfc9da61812996e1eb9eb035b1b6e74bc33c174;hb=ec204ad47af27df24c9ca252f084ccc675b19e72;hpb=e3cd3cd49bc2585f57d030a8743f9012f6161a92 diff --git a/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF b/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF index 7bfc9da61..70bb068b3 100644 --- a/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF @@ -7,9 +7,9 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 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.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;bundle-version="1.7.2" Export-Package: org.cojen.classfile, org.simantics.scl.compiler.commands, @@ -49,6 +49,7 @@ Export-Package: org.cojen.classfile, org.simantics.scl.compiler.environment.specification, org.simantics.scl.compiler.errors, org.simantics.scl.compiler.internal.codegen.chr;x-friends:="org.simantics.scl.compiler.tests", + org.simantics.scl.compiler.internal.codegen.continuations, org.simantics.scl.compiler.internal.codegen.references, org.simantics.scl.compiler.internal.codegen.types;x-friends:="org.simantics.scl.compiler.tests", org.simantics.scl.compiler.internal.codegen.utils;x-friends:="org.simantics.scl.compiler.tests", @@ -82,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