From 1d3d1857e9c737b239a6e6dcf2a3010a77952b5e Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Fri, 25 Nov 2016 16:45:37 +0200 Subject: [PATCH] Re-export org.simantics.db.management dependency from org.simantics. org.simantics has API that publishes/uses interface ISessionContext. It is defined in org.simantics.db.management plug-in. Therefore org.simantics.db.managment must be re-exported. refs #6795 Change-Id: Ieec3e0c8dcb02876057a0a351b426e0d915d7b16 --- bundles/org.simantics/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.simantics/META-INF/MANIFEST.MF b/bundles/org.simantics/META-INF/MANIFEST.MF index 48ce23f0e..8fabc6c20 100644 --- a/bundles/org.simantics/META-INF/MANIFEST.MF +++ b/bundles/org.simantics/META-INF/MANIFEST.MF @@ -7,7 +7,7 @@ Bundle-Activator: org.simantics.internal.Activator Bundle-Vendor: VTT Technical Research Centre of Finland Require-Bundle: org.eclipse.core.runtime;visibility:=reexport, org.simantics.db.layer0;bundle-version="1.1.0";visibility:=reexport, - org.simantics.db.management;bundle-version="1.1.0", + org.simantics.db.management;bundle-version="1.1.0";visibility:=reexport, org.simantics.project;bundle-version="1.0.1";visibility:=reexport, org.simantics.db.procore.server.environment;bundle-version="1.1.0", org.simantics.graph.db;bundle-version="1.1.5", -- 2.43.2