X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.diagram%2FMETA-INF%2FMANIFEST.MF;h=92e4d84aec581a7118d112a85475a7fbaa314705;hp=a82491e1128a538a35dd18dcdfd53d2a3ad866ab;hb=b4374193caf61635d382af556ec913bf278d53a8;hpb=4573db95e4d5054feaa18c2baa9ae75ec5338577 diff --git a/bundles/org.simantics.diagram/META-INF/MANIFEST.MF b/bundles/org.simantics.diagram/META-INF/MANIFEST.MF index a82491e11..92e4d84ae 100644 --- a/bundles/org.simantics.diagram/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.diagram/META-INF/MANIFEST.MF @@ -18,7 +18,6 @@ Require-Bundle: org.simantics.utils.thread.swt, org.simantics.diagram.ontology;bundle-version="1.0.0";visibility:=reexport, org.simantics.structural.ontology;bundle-version="1.0.0", org.simantics.layer0.utils;bundle-version="[1.0.0,2.0.0)", - org.apache.log4j;bundle-version="1.2.15", org.simantics.threadlog;bundle-version="1.0.0";resolution:=optional, org.simantics.graph;bundle-version="1.1.5", org.simantics.graph.db;bundle-version="1.1.5", @@ -45,7 +44,7 @@ Require-Bundle: org.simantics.utils.thread.swt, org.eclipse.e4.ui.services, org.eclipse.e4.core.contexts, org.eclipse.e4.ui.workbench, - org.slf4j.api;bundle-version="1.7.20", + org.slf4j.api, org.simantics.browsing.ui Export-Package: org.simantics.diagram, org.simantics.diagram.adapter, @@ -72,8 +71,10 @@ Export-Package: org.simantics.diagram, org.simantics.diagram.synchronization.graph.layer, org.simantics.diagram.synchronization.runtime, org.simantics.diagram.ui -Import-Package: org.simantics.simulation.experiment +Import-Package: org.simantics.simulation.experiment, + javax.inject Bundle-ActivationPolicy: lazy Bundle-Activator: org.simantics.diagram.internal.Activator Bundle-Vendor: VTT Technical Research Center of Finland -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-RequiredExecutionEnvironment: JavaSE-11 +Automatic-Module-Name: org.simantics.diagram