]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.browsing.ui.swt/META-INF/MANIFEST.MF
Sync git svn branch with SVN repository r33144.
[simantics/platform.git] / bundles / org.simantics.browsing.ui.swt / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: SWT-based Browsing Control
4 Bundle-SymbolicName: org.simantics.browsing.ui.swt;singleton:=true
5 Bundle-Version: 1.1.0.qualifier
6 Require-Bundle: org.simantics.utils.thread.swt;bundle-version="1.0.0",
7  org.simantics.browsing.ui.ontology;bundle-version="1.0.0",
8  org.simantics.browsing.ui.model;bundle-version="1.0.0",
9  org.simantics.browsing.ui.graph;bundle-version="1.1.0";visibility:=reexport,
10  org.eclipse.ui;bundle-version="3.5.2";visibility:=reexport,
11  org.simantics.ui;bundle-version="1.0.0",
12  org.simantics.project;bundle-version="1.0.1",
13  org.simantics.wiki.ui;bundle-version="1.1.0";visibility:=reexport,
14  org.simantics.g2d;bundle-version="[1.0.0,2.0.0)",
15  org.eclipse.ui.forms;bundle-version="3.4.1",
16  com.lowagie.text;bundle-version="2.1.5",
17  org.simantics.scl.ui.editor;bundle-version="0.1.3";visibility:=reexport,
18  org.simantics.scl.compiler.dummy;bundle-version="0.1.3",
19  org.eclipse.e4.core.contexts;bundle-version="1.4.0"
20 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
21 Export-Package: org.simantics.browsing.ui.swt,
22  org.simantics.browsing.ui.swt.contentassist,
23  org.simantics.browsing.ui.swt.inputs,
24  org.simantics.browsing.ui.swt.internal,
25  org.simantics.browsing.ui.swt.widgets,
26  org.simantics.browsing.ui.swt.widgets.impl
27 Bundle-Vendor: VTT Technical Research Centre of Finland
28 Bundle-ActivationPolicy: lazy
29 Bundle-Activator: org.simantics.browsing.ui.swt.Activator