]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.common/META-INF/MANIFEST.MF
Added Automatic-module-name to all bundles for Java 9 JPMS compatibility
[simantics/platform.git] / bundles / org.simantics.common / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Simantics Common Classes
4 Bundle-SymbolicName: org.simantics.common
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Vendor: Semantum Oy
7 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
8 Export-Package: org.simantics.common.color,
9  org.simantics.common.format,
10  org.simantics.common.utils
11 Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0"
12 Automatic-Module-Name: org.simantics.common