From: HannuNiemistö Date: Mon, 10 Sep 2018 12:43:26 +0000 (+0300) Subject: Export package org.simantics.scl.compiler.internal.codegen.continuations X-Git-Tag: v1.43.0~136^2~380 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=021f396bc6d3337082807c8757173e434fc96782;hp=-c Export package org.simantics.scl.compiler.internal.codegen.continuations The class Cont in the package is required to implement constructors outside of compiler plugin. gitlab #114 Change-Id: I7177b9562d12215ee6a62b9f055c9c069fb543d0 --- 021f396bc6d3337082807c8757173e434fc96782 diff --git a/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF b/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF index 7bfc9da61..b5f2e0fc0 100644 --- a/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF @@ -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",