]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.db/META-INF/MANIFEST.MF
Added Automatic-module-name to all bundles for Java 9 JPMS compatibility
[simantics/platform.git] / bundles / org.simantics.scl.db / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: SCL Graph Support
4 Bundle-SymbolicName: org.simantics.scl.db;singleton:=true
5 Bundle-Version: 0.1.3.qualifier
6 Require-Bundle: org.eclipse.core.runtime,
7  org.simantics.db.layer0;bundle-version="1.1.0",
8  org.simantics.scl.runtime;bundle-version="0.0.9",
9  org.simantics.db.services;bundle-version="1.1.0";resolution:=optional,
10  org.simantics.db.procore;bundle-version="1.1.0";resolution:=optional,
11  org.simantics;bundle-version="1.0.0",
12  org.simantics.scl.osgi;bundle-version="1.0.4",
13  org.simantics.application,
14  org.simantics.db.management,
15  org.simantics.layer0.utils,
16  org.slf4j.api;bundle-version="1.7.0"
17 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
18 Bundle-Vendor: VTT Technical Research Centre of Finland
19 Export-Package: org.simantics.scl.db
20 Automatic-Module-Name: org.simantics.scl.db