]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.fileimport/META-INF/MANIFEST.MF
Added Automatic-module-name to all bundles for Java 9 JPMS compatibility
[simantics/platform.git] / bundles / org.simantics.fileimport / META-INF / MANIFEST.MF
index bbb632778cee2fbd035dbab3e06afaf990d0d12a..12f2e3db6d76b267474334a55e4a47ca683074d4 100644 (file)
@@ -10,10 +10,12 @@ Require-Bundle: org.eclipse.core.runtime,
  org.simantics,
  org.simantics.graphfile;bundle-version="0.1.0",
  org.simantics.graphfile.ontology;bundle-version="0.1.0",
- org.simantics.modeling;bundle-version="1.1.1"
+ org.simantics.modeling;bundle-version="1.1.1",
+ org.slf4j.api
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
 Export-Package: org.simantics.fileimport
 Service-Component: OSGI-INF/FileReferenceFileImport.xml,
  OSGI-INF/LibraryFolderFileImport.xml
 Bundle-Vendor: Semantum Oy
+Automatic-Module-Name: org.simantics.fileimport