]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graphviz/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.graphviz / META-INF / MANIFEST.MF
index 734f4ef46c49618da52e8a289613e6802855e9be..57de81b98a4e78d66bf43630e282e316720984ba 100644 (file)
@@ -4,11 +4,13 @@ Bundle-Name: Graphviz
 Bundle-SymbolicName: org.simantics.graphviz
 Bundle-Version: 1.1.0.qualifier
 Bundle-Activator: org.simantics.graphviz.Activator
-Require-Bundle: org.eclipse.core.runtime
+Require-Bundle: org.eclipse.core.runtime,
+ org.slf4j.api
 Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-RequiredExecutionEnvironment: JavaSE-11
 Export-Package: org.simantics.graphviz,
  org.simantics.graphviz.continuation,
  org.simantics.graphviz.drawable,
  org.simantics.graphviz.internal.parser
 Bundle-Vendor: VTT Technical Research Centre of Finland
+Automatic-Module-Name: org.simantics.graphviz