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=1ff8d39e0c760de9d7255648d7da777b20fda391;hb=b4374193caf61635d382af556ec913bf278d53a8;hpb=79c8788e8707e66d1f3a28621de2aae1fa824136 diff --git a/bundles/org.simantics.diagram/META-INF/MANIFEST.MF b/bundles/org.simantics.diagram/META-INF/MANIFEST.MF index 1ff8d39e0..92e4d84ae 100644 --- a/bundles/org.simantics.diagram/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.diagram/META-INF/MANIFEST.MF @@ -13,12 +13,11 @@ Require-Bundle: org.simantics.utils.thread.swt, org.simantics.db.layer0;bundle-version="[1.0.0,2.0.0)", org.simantics.structural2;bundle-version="1.0.0", org.simantics.basicexpression;bundle-version="1.0.0", - javax.vecmath;bundle-version="1.0.0", + org.apache.commons.math3;bundle-version="3.6.1", org.simantics.layer0;bundle-version="1.0.0", 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,8 @@ 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, org.simantics.diagram.connection, @@ -71,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