From: Tuukka Lehtonen Date: Mon, 29 Oct 2018 11:14:28 +0000 (+0000) Subject: Merge "Added Automatic-module-name to all bundles for Java 9 JPMS compatibility" X-Git-Tag: v1.43.0~136^2~309 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=b825d7a7aff95002f355878ec2767352411b5a43;hp=-c Merge "Added Automatic-module-name to all bundles for Java 9 JPMS compatibility" --- b825d7a7aff95002f355878ec2767352411b5a43 diff --combined bundles/org.simantics.browsing.ui.common/META-INF/MANIFEST.MF index b33d37df4,aa73ac664..0b734538c --- a/bundles/org.simantics.browsing.ui.common/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.browsing.ui.common/META-INF/MANIFEST.MF @@@ -24,9 -24,9 +24,10 @@@ Export-Package: org.simantics.browsing. org.simantics.browsing.ui.common.node, org.simantics.browsing.ui.common.processors, org.simantics.browsing.ui.common.property, + org.simantics.browsing.ui.common.state, org.simantics.browsing.ui.common.viewpoints, org.simantics.browsing.ui.common.views Bundle-Vendor: VTT Technical Research Center of Finland Bundle-ActivationPolicy: lazy Bundle-Activator: org.simantics.browsing.ui.common.Activator + Automatic-Module-Name: org.simantics.browsing.ui.common diff --combined bundles/org.simantics.simulator.toolkit.db/META-INF/MANIFEST.MF index 982c354d0,d09c829d7..b9b735d66 --- a/bundles/org.simantics.simulator.toolkit.db/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.simulator.toolkit.db/META-INF/MANIFEST.MF @@@ -5,7 -5,7 +5,8 @@@ Bundle-SymbolicName: org.simantics.simu Bundle-Version: 1.0.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.simantics.simulator.toolkit;bundle-version="1.0.0";visibility:=reexport, - org.simantics.db.layer0;bundle-version="1.1.0" + org.simantics.db.layer0;bundle-version="1.1.0", + org.slf4j.api;bundle-version="1.7.25" Export-Package: org.simantics.simulator.toolkit.db Bundle-Vendor: Semantum Oy + Automatic-Module-Name: org.simantics.simulator.toolkit.db