]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graphfile/META-INF/MANIFEST.MF
Added Automatic-module-name to all bundles for Java 9 JPMS compatibility
[simantics/platform.git] / bundles / org.simantics.graphfile / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Graphfile
4 Bundle-SymbolicName: org.simantics.graphfile;singleton:=true
5 Bundle-Version: 0.1.0.qualifier
6 Bundle-Activator: org.simantics.graphfile.Activator
7 Bundle-Vendor: VTT Technical Research Centre of Finland
8 Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
9  org.eclipse.core.resources;bundle-version="3.6.1",
10  org.simantics;bundle-version="1.0.0",
11  org.simantics.graphfile.ontology;bundle-version="0.1.0",
12  org.simantics.graph.db;bundle-version="1.1.9",
13  org.eclipse.ui.ide;bundle-version="3.7.0",
14  org.eclipse.jface;bundle-version="3.7.0",
15  org.simantics.utils.ui;bundle-version="1.1.0"
16 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
17 Bundle-ActivationPolicy: lazy
18 Export-Package: org.simantics.graphfile.adapters,
19  org.simantics.graphfile.hack,
20  org.simantics.graphfile.util
21 Automatic-Module-Name: org.simantics.graphfile