X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.scl.compiler%2FMETA-INF%2FMANIFEST.MF;h=9436bf45a696803ae3bb61bc926f1ea09596f6a1;hb=15a0f229f7340ed92e9157049483ed71f54677f9;hp=91014207da4e9452fd154d1d64253dd327983e0e;hpb=015e75fa0a04ef370eaff4980cd34cf4bbc0b733;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 91014207d..9436bf45a 100644 --- a/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ 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.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, @@ -49,12 +49,14 @@ 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", org.simantics.scl.compiler.internal.codegen.writer, org.simantics.scl.compiler.internal.elaboration.constraints2, org.simantics.scl.compiler.internal.elaboration.subsumption, + org.simantics.scl.compiler.internal.elaboration.subsumption2, org.simantics.scl.compiler.internal.parsing, org.simantics.scl.compiler.internal.parsing.exceptions, org.simantics.scl.compiler.internal.parsing.parser, @@ -81,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