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=6ca327d19b18981ca9995bb21d9a2441be476243;hp=1ff8d39e0c760de9d7255648d7da777b20fda391;hb=fa79e44b99598ca90af6266ecb354c42ef524b0a;hpb=06718abb2b3cc780748553811c4857c165499809 diff --git a/bundles/org.simantics.diagram/META-INF/MANIFEST.MF b/bundles/org.simantics.diagram/META-INF/MANIFEST.MF index 1ff8d39e0..6ca327d19 100644 --- a/bundles/org.simantics.diagram/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.diagram/META-INF/MANIFEST.MF @@ -13,7 +13,7 @@ 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", @@ -45,7 +45,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;bundle-version="1.7.20", + org.simantics.browsing.ui Export-Package: org.simantics.diagram, org.simantics.diagram.adapter, org.simantics.diagram.connection, @@ -71,8 +72,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 +Automatic-Module-Name: org.simantics.diagram