]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.trend/META-INF/MANIFEST.MF
Added Automatic-module-name to all bundles for Java 9 JPMS compatibility
[simantics/platform.git] / bundles / org.simantics.trend / META-INF / MANIFEST.MF
index 1daf9cc51020677f157d875219211ab98b25d926..9b1daad02d1b5ee3f022dd890c9b01393c275df1 100644 (file)
@@ -10,7 +10,8 @@ Require-Bundle: org.eclipse.core.runtime,
  org.simantics.databoard;bundle-version="0.6.2",
  org.simantics.history;bundle-version="1.0.0",
  org.simantics.simulation;bundle-version="1.1.0";resolution:=optional,
- com.lowagie.text;bundle-version="2.1.5";resolution:=optional
+ com.lowagie.text;bundle-version="2.1.5";resolution:=optional,
+ org.slf4j.api
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Export-Package: org.simantics.trend,
@@ -18,3 +19,4 @@ Export-Package: org.simantics.trend,
  org.simantics.trend.impl,
  org.simantics.trend.util
 Bundle-Vendor: Semantum Oy
+Automatic-Module-Name: org.simantics.trend