]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scenegraph.loader/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.scenegraph.loader / META-INF / MANIFEST.MF
index 93b3de91c70ef6b078ea0c5d8628d090497ab7db..de512d7d04e9ea571a3aeb0280b61ad66024672c 100644 (file)
@@ -4,8 +4,10 @@ Bundle-Name: Scenegraph Loader
 Bundle-SymbolicName: org.simantics.scenegraph.loader;singleton:=true
 Bundle-Version: 1.0.0.qualifier
 Bundle-Vendor: Semantum Oy
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-RequiredExecutionEnvironment: JavaSE-11
 Require-Bundle: org.simantics;bundle-version="1.0.0",
  org.simantics.scenegraph;bundle-version="1.1.1";visibility:=reexport,
- org.simantics.scenegraph.ontology;bundle-version="1.0.0"
+ org.simantics.scenegraph.ontology;bundle-version="1.0.0",
+ org.slf4j.api
 Export-Package: org.simantics.scenegraph.loader
+Automatic-Module-Name: org.simantics.scenegraph.loader