]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.mapping/META-INF/MANIFEST.MF
Added Automatic-module-name to all bundles for Java 9 JPMS compatibility
[simantics/platform.git] / bundles / org.simantics.mapping / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Structural Model Mapping
4 Bundle-SymbolicName: org.simantics.mapping
5 Bundle-Version: 1.1.0.qualifier
6 Require-Bundle: gnu.trove3;bundle-version="3.0.3",
7  org.simantics.layer0;bundle-version="1.0.0",
8  org.simantics.layer0.utils;bundle-version="0.8.0",
9  org.simantics.db.layer0;bundle-version="1.1.0",
10  org.slf4j.api
11 Export-Package: org.simantics.mapping,
12  org.simantics.mapping.constraint,
13  org.simantics.mapping.constraint.instructions,
14  org.simantics.mapping.pattern,
15  org.simantics.mapping.rule,
16  org.simantics.mapping.rule.instructions
17 Bundle-Vendor: VTT Technical Research Centre of Finland
18 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
19 Automatic-Module-Name: org.simantics.mapping