]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.mapping/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.mapping / META-INF / MANIFEST.MF
index 46c07ed2368e96746dc1a1c0afc5ab9343fa4352..e3b6b329fdc4fa53ab4b05553b97badf1b209ee7 100644 (file)
@@ -6,7 +6,8 @@ Bundle-Version: 1.1.0.qualifier
 Require-Bundle: gnu.trove3;bundle-version="3.0.3",
  org.simantics.layer0;bundle-version="1.0.0",
  org.simantics.layer0.utils;bundle-version="0.8.0",
- org.simantics.db.layer0;bundle-version="1.1.0"
+ org.simantics.db.layer0;bundle-version="1.1.0",
+ org.slf4j.api
 Export-Package: org.simantics.mapping,
  org.simantics.mapping.constraint,
  org.simantics.mapping.constraint.instructions,
@@ -14,4 +15,5 @@ Export-Package: org.simantics.mapping,
  org.simantics.mapping.rule,
  org.simantics.mapping.rule.instructions
 Bundle-Vendor: VTT Technical Research Centre of Finland
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-RequiredExecutionEnvironment: JavaSE-11
+Automatic-Module-Name: org.simantics.mapping