]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.editors/META-INF/MANIFEST.MF
Added Automatic-module-name to all bundles for Java 9 JPMS compatibility
[simantics/platform.git] / bundles / org.simantics.editors / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Simantics Editors
4 Bundle-SymbolicName: org.simantics.editors;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.editors.Activator
7 Bundle-Vendor: VTT Technical Research Centre of Finland
8 Require-Bundle: org.eclipse.ui,
9  org.eclipse.core.runtime,
10  org.eclipse.core.resources;bundle-version="3.4.1",
11  org.simantics.utils.ui;bundle-version="1.0.0",
12  org.simantics.utils.ui.workbench;bundle-version="1.0.0",
13  org.eclipse.ui.ide;bundle-version="3.7.0"
14 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
15 Bundle-ActivationPolicy: lazy
16 Export-Package: org.simantics.editors,
17  org.simantics.editors.internal;x-friends:="org.simantics.editors.win32"
18 Automatic-Module-Name: org.simantics.editors