]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.export.core/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.export.core / META-INF / MANIFEST.MF
index eadcf7e08be678758677bb3c7e08cac3d32ac497..4f50d5ead6ee6a4b17136e382e5f5a215d3d9a41 100644 (file)
@@ -15,8 +15,9 @@ Require-Bundle: org.eclipse.core.runtime,
  org.simantics.utils.ui;bundle-version="1.1.0",
  org.simantics.graph.db;bundle-version="1.1.9",
  org.simantics;bundle-version="1.0.0",
- com.lowagie.text;bundle-version="2.1.7";resolution:=optional
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+ com.lowagie.text;bundle-version="2.1.7";resolution:=optional,
+ org.slf4j.api
+Bundle-RequiredExecutionEnvironment: JavaSE-11
 Export-Package: org.simantics.export.core,
  org.simantics.export.core.error,
  org.simantics.export.core.impl,
@@ -26,3 +27,4 @@ Export-Package: org.simantics.export.core,
  org.simantics.export.core.util
 Bundle-ActivationPolicy: lazy
 Bundle-Activator: org.simantics.export.core.internal.Activator
+Automatic-Module-Name: org.simantics.export.core