]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Merge "Added Automatic-module-name to all bundles for Java 9 JPMS compatibility"
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Mon, 29 Oct 2018 11:14:28 +0000 (11:14 +0000)
committerGerrit Code Review <gerrit2@simantics>
Mon, 29 Oct 2018 11:14:28 +0000 (11:14 +0000)
1  2 
bundles/org.simantics.browsing.ui.common/META-INF/MANIFEST.MF
bundles/org.simantics.simulator.toolkit.db/META-INF/MANIFEST.MF

index 982c354d0bfc3628561be70ebe216183b3af9df3,d09c829d77395900d74962a3ac88b1b7dd6b5b53..b9b735d66eecf938d4e85c377545e360222b40d1
@@@ -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