]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.impl/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.db.impl / META-INF / MANIFEST.MF
index 561843e20dc76e83c95f8ae16dfa5072c35c6f6b..b20d9aa0a77fc00546ea0cefb82452fb7ab2f84d 100644 (file)
@@ -3,10 +3,11 @@ Bundle-ManifestVersion: 2
 Bundle-Name: Common DB implementation
 Bundle-SymbolicName: org.simantics.db.impl
 Bundle-Version: 1.1.0.qualifier
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-RequiredExecutionEnvironment: JavaSE-11
 Require-Bundle: org.simantics.db.common;bundle-version="0.8.0",
  org.eclipse.core.runtime;bundle-version="3.6.0",
- gnu.trove3;bundle-version="3.0.0"
+ gnu.trove3;bundle-version="3.0.0",
+ org.slf4j.api
 Export-Package: org.simantics.db.impl,
  org.simantics.db.impl.exception,
  org.simantics.db.impl.graph,
@@ -18,3 +19,4 @@ Export-Package: org.simantics.db.impl,
 Bundle-Vendor: VTT Technical Research Centre of Finland
 Bundle-ActivationPolicy: lazy
 Bundle-Activator: org.simantics.db.impl.Activator
+Automatic-Module-Name: org.simantics.db.impl