2 Bundle-ManifestVersion: 2
3 Bundle-Name: Annotation Modeling
4 Bundle-SymbolicName: org.simantics.annotation.ui;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.annotation.ui.Activator
7 Require-Bundle: org.eclipse.ui,
8 org.eclipse.core.runtime,
9 org.simantics.annotation.ontology;bundle-version="1.0.0",
10 org.simantics.structural.ontology;bundle-version="1.2.0",
11 org.simantics.selectionview.ontology;bundle-version="1.2.0",
12 org.simantics.ui;bundle-version="1.0.0",
13 org.simantics.structural.ui;bundle-version="1.1.1",
14 org.simantics.browsing.ui.common;bundle-version="1.1.0",
15 org.simantics.diagram;bundle-version="1.1.1",
16 org.simantics.browsing.ui.model;bundle-version="1.0.0",
17 org.simantics.modeling.ui;bundle-version="1.1.1",
18 org.simantics.graph.db;bundle-version="1.1.9",
19 org.simantics.views.swt.client;bundle-version="1.0.0",
21 Bundle-ActivationPolicy: lazy
22 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
23 Bundle-Vendor: VTT Technical Research Centre of Finland
24 Export-Package: org.simantics.annotation.ui
25 Automatic-Module-Name: org.simantics.annotation.ui