]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/META-INF/MANIFEST.MF
Removed unnecessary dependencies on org.apache.log4j
[simantics/platform.git] / bundles / org.simantics.diagram / META-INF / MANIFEST.MF
index 6f879b7ed9dfd336865b188357cbed59642c9471..92e4d84aec581a7118d112a85475a7fbaa314705 100644 (file)
@@ -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",
@@ -44,7 +43,9 @@ Require-Bundle: org.simantics.utils.thread.swt,
  org.eclipse.e4.ui.model.workbench,
  org.eclipse.e4.ui.services,
  org.eclipse.e4.core.contexts,
- org.eclipse.e4.ui.workbench
+ org.eclipse.e4.ui.workbench,
+ org.slf4j.api,
+ org.simantics.browsing.ui
 Export-Package: org.simantics.diagram,
  org.simantics.diagram.adapter,
  org.simantics.diagram.connection,
@@ -70,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