From: Marko Luukkainen Date: Wed, 21 Oct 2020 15:06:56 +0000 (+0300) Subject: scl.development.ui requires visibility to scl.ui plugin. X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=83810b992fc61a2449d75acb9593ec4d405c4dee scl.development.ui requires visibility to scl.ui plugin. gitlab #627 Change-Id: I970e8d4e2bd780fe6d62ddc892d9608a81301a06 --- diff --git a/bundles/org.simantics.scl.ui/META-INF/MANIFEST.MF b/bundles/org.simantics.scl.ui/META-INF/MANIFEST.MF index e0a561c81..c5a7f874e 100644 --- a/bundles/org.simantics.scl.ui/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.scl.ui/META-INF/MANIFEST.MF @@ -23,7 +23,10 @@ Require-Bundle: org.eclipse.ui.editors;bundle-version="3.6.0", Export-Package: org.simantics.scl.ui.console, org.simantics.scl.ui.editor, org.simantics.scl.ui.editor2, - org.simantics.scl.ui.imports + org.simantics.scl.ui.imports, + org.simantics.scl.ui.issues, + org.simantics.scl.ui.modulebrowser, + org.simantics.scl.ui.perspective Bundle-Activator: org.simantics.scl.ui.Activator Bundle-ActivationPolicy: lazy Service-Component: OSGI-INF/sclModuleIssueProvider.xml