X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2FMETA-INF%2FMANIFEST.MF;h=a09f40cd504958f94ffb8ae4b72c18aa709a411e;hb=2dcf28e9007b2b3cc8e17ea731116b320846d223;hp=10a24ddce9b324f127f628c017734b8079a6fd5e;hpb=231cb7ec03fff167dcd2b01a5a60a57e2fc2df7c;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 10a24ddce..a09f40cd5 100644 --- a/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF @@ -32,6 +32,7 @@ Export-Package: org.cojen.classfile, org.simantics.scl.compiler.elaboration.expressions.block, org.simantics.scl.compiler.elaboration.expressions.lhstype, org.simantics.scl.compiler.elaboration.expressions.list, + org.simantics.scl.compiler.elaboration.expressions.visitors, org.simantics.scl.compiler.elaboration.fundeps, org.simantics.scl.compiler.elaboration.java, org.simantics.scl.compiler.elaboration.macros, @@ -65,6 +66,7 @@ Export-Package: org.cojen.classfile, org.simantics.scl.compiler.runtime, org.simantics.scl.compiler.source, org.simantics.scl.compiler.source.repository, + org.simantics.scl.compiler.source.repository.procedural, org.simantics.scl.compiler.testing, org.simantics.scl.compiler.testing.repository, org.simantics.scl.compiler.top, @@ -73,6 +75,5 @@ Export-Package: org.cojen.classfile, org.simantics.scl.compiler.types.kinds, org.simantics.scl.compiler.types.util Bundle-ClassPath: . -Service-Component: OSGI-INF/org.simantics.scl.compiler.source.repository.BuiltinModuleSourceRepository.xml, - OSGI-INF/org.simantics.scl.compiler.elaboration.java.LoggingModule.xml Import-Package: org.osgi.service.component.annotations +Bundle-ActivationPolicy: lazy