From 021f396bc6d3337082807c8757173e434fc96782 Mon Sep 17 00:00:00 2001 From: =?utf8?q?HannuNiemist=C3=B6?= Date: Mon, 10 Sep 2018 15:43:26 +0300 Subject: [PATCH 1/1] 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 --- bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) 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", -- 2.43.2