]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.workbench.search.impl/META-INF/MANIFEST.MF
Move platform to only work with JDK's >= 11
[simantics/platform.git] / bundles / org.simantics.workbench.search.impl / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Workbench Search Service Implementation
4 Bundle-SymbolicName: org.simantics.workbench.search.impl;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.workbench.search.impl.Activator
7 Bundle-Vendor: Semantum Oy
8 Require-Bundle: org.eclipse.ui,
9  org.eclipse.core.expressions,
10  org.simantics.ui,
11  org.simantics.editors,
12  org.simantics.workbench.search,
13  org.simantics.workbench.ontology,
14  org.slf4j.api,
15  freemarker
16 Bundle-RequiredExecutionEnvironment: JavaSE-11
17 Automatic-Module-Name: org.simantics.workbench.search.impl
18 Bundle-ActivationPolicy: lazy