2 Bundle-ManifestVersion: 2
3 Bundle-Name: Simantics Help UI
4 Bundle-SymbolicName: org.simantics.help.ui;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.help.ui.Activator
7 Require-Bundle: org.eclipse.ui,
8 org.eclipse.core.runtime,
10 org.simantics.help.ontology,
11 winterwell.markdown;bundle-version="1.2.0",
12 org.eclipse.ui.editors;bundle-version="3.9.0",
13 org.eclipse.jface.text;bundle-version="3.10.0",
14 org.eclipse.core.resources;bundle-version="3.10.1",
15 org.simantics.help.core,
17 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
18 Bundle-ActivationPolicy: lazy
20 Bundle-Vendor: Semantum Oy
21 Automatic-Module-Name: org.simantics.help.ui