]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.commands/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.scl.commands / META-INF / MANIFEST.MF
index b136c78ef718b24e5dc433bf1824e839b25a8821..e3cafcf38eeb4eae7c03897f1bbeac8dcb810105 100644 (file)
@@ -3,10 +3,12 @@ Bundle-ManifestVersion: 2
 Bundle-Name: SCL Commands
 Bundle-SymbolicName: org.simantics.scl.commands
 Bundle-Version: 1.0.0.qualifier
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-RequiredExecutionEnvironment: JavaSE-11
 Export-Package: org.simantics.scl.commands
 Require-Bundle: org.simantics.db;bundle-version="1.1.0",
  org.simantics.scl.osgi;bundle-version="1.0.4",
  org.simantics.scl.compiler;bundle-version="0.4.0",
  org.simantics.db.common;bundle-version="1.1.0",
- org.simantics;bundle-version="1.0.0"
+ org.simantics;bundle-version="1.0.0",
+ org.slf4j.api
+Automatic-Module-Name: org.simantics.scl.commands