2 Bundle-ManifestVersion: 2
3 Bundle-Name: Simantics Workbench UI
4 Bundle-SymbolicName: org.simantics.ui;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Vendor: VTT Technical Research Centre of Finland
7 Bundle-Localization: plugin
8 Require-Bundle: org.eclipse.core.runtime,
9 org.eclipse.core.expressions;visibility:=reexport,
10 org.eclipse.ui;visibility:=reexport,
11 org.eclipse.ui.forms;bundle-version="3.3.100",
12 org.simantics.db.procore,
13 org.simantics.db.management;visibility:=reexport,
14 org.simantics.graph;bundle-version="1.1.5",
15 org.simantics.layer0;bundle-version="1.0.0",
16 org.simantics.db.layer0;bundle-version="0.8.0";visibility:=reexport,
17 org.simantics.layer0.utils,
18 org.simantics.utils.thread.swt,
19 org.simantics.utils.ui;visibility:=reexport,
20 org.simantics.utils.ui.workbench;visibility:=reexport,
21 org.simantics.project;visibility:=reexport,
22 org.eclipse.equinox.security;bundle-version="1.0.0",
23 org.simantics;bundle-version="1.0.0";visibility:=reexport,
24 org.eclipse.nebula.widgets.tablecombo;bundle-version="1.0.0",
25 org.simantics.platform.ui.ontology;bundle-version="1.0.0",
26 org.eclipse.e4.core.di,
27 org.eclipse.e4.core.contexts,
28 org.eclipse.e4.ui.model.workbench,
29 org.eclipse.e4.ui.workbench,
31 org.eclipse.e4.ui.bindings,
32 org.simantics.modeling.ontology;bundle-version="1.2.0",
34 Bundle-ActivationPolicy: lazy
35 Export-Package: org.simantics.ui,
36 org.simantics.ui.colors,
37 org.simantics.ui.contribution,
38 org.simantics.ui.dialogs,
40 org.simantics.ui.fonts,
41 org.simantics.ui.icons,
42 org.simantics.ui.internal;x-friends:="org.simantics.workbench",
43 org.simantics.ui.jobs,
44 org.simantics.ui.selection,
45 org.simantics.ui.states,
46 org.simantics.ui.tester,
47 org.simantics.ui.toolbar,
48 org.simantics.ui.utils,
49 org.simantics.ui.workbench,
50 org.simantics.ui.workbench.action,
51 org.simantics.ui.workbench.dialogs,
52 org.simantics.ui.workbench.e4,
53 org.simantics.ui.workbench.editor,
54 org.simantics.ui.workbench.editor.input,
55 org.simantics.ui.workbench.handler,
56 org.simantics.ui.workbench.preferences
58 Bundle-Activator: org.simantics.ui.internal.Activator
59 Bundle-RequiredExecutionEnvironment: JavaSE-1.8