]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.logging/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.logging / META-INF / MANIFEST.MF
index 115019a65b5fafe0415ffde5c50c914f8dfc6f99..abf3a16f6f21c51e2722aff1913c298fcbe991f0 100644 (file)
@@ -8,9 +8,11 @@ Bundle-Vendor: Semantum Oy
 Require-Bundle: org.eclipse.core.runtime,
  org.slf4j.api,
  ch.qos.logback.classic,
- ch.qos.logback.core
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+ ch.qos.logback.core,
+ org.simantics.utils
+Bundle-RequiredExecutionEnvironment: JavaSE-11
 Bundle-ActivationPolicy: lazy
 Service-Component: logbackLogProvider.xml,
  dbAndMetadataLogProvider.xml
 Export-Package: org.simantics.logging
+Automatic-Module-Name: org.simantics.logging