]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/META-INF/MANIFEST.MF
Added Automatic-module-name to all bundles for Java 9 JPMS compatibility
[simantics/platform.git] / bundles / org.simantics.g2d / META-INF / MANIFEST.MF
index f5ed551cca6c884930b20e07ea441e6005b88b4c..6791f01a0ce1ccfa0b6a7b1628a5a19a3e220614 100644 (file)
@@ -20,7 +20,8 @@ Require-Bundle: org.eclipse.core.runtime,
  org.simantics.databoard;bundle-version="0.6.5",
  org.simantics.datatypes;bundle-version="1.0.0",
  org.simantics.db;bundle-version="1.1.0",
- org.simantics.ui;bundle-version="1.0.0"
+ org.simantics.ui;bundle-version="1.0.0",
+ org.slf4j.api
 Export-Package: org.simantics.g2d.canvas,
  org.simantics.g2d.canvas.impl,
  org.simantics.g2d.chassis,
@@ -67,3 +68,4 @@ Export-Package: org.simantics.g2d.canvas,
  org.simantics.g2d.utils.geom
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ClassPath: .
+Automatic-Module-Name: org.simantics.g2d