]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.g2d/META-INF/MANIFEST.MF
Merge "Removed javax.vecmath from target definitions."
[simantics/platform.git] / bundles / org.simantics.g2d / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Canvas Plug-in
4 Bundle-SymbolicName: org.simantics.g2d;singleton:=true
5 Bundle-Version: 1.1.1.qualifier
6 Bundle-Vendor: VTT Technical Research Centre of Finland
7 Require-Bundle: org.eclipse.core.runtime,
8  org.eclipse.ui;bundle-version="3.6.0",
9  org.simantics.utils,
10  org.simantics.utils.datastructures;visibility:=reexport,
11  org.simantics.utils.thread,
12  org.simantics.utils.thread.swt,
13  org.simantics.utils.ui;bundle-version="1.0.0",
14  org.apache.commons.collections;bundle-version="3.2.1",
15  org.apache.commons.math3,
16  gnu.trove3;bundle-version="3.0.0",
17  org.simantics.scenegraph;bundle-version="1.1.1";visibility:=reexport,
18  org.simantics.threadlog;bundle-version="1.0.0";resolution:=optional,
19  org.simantics.scl.runtime;bundle-version="0.1.4",
20  org.simantics.databoard;bundle-version="0.6.5",
21  org.simantics.datatypes;bundle-version="1.0.0",
22  org.simantics.db;bundle-version="1.1.0",
23  org.simantics.ui;bundle-version="1.0.0"
24 Export-Package: org.simantics.g2d.canvas,
25  org.simantics.g2d.canvas.impl,
26  org.simantics.g2d.chassis,
27  org.simantics.g2d.connection,
28  org.simantics.g2d.connection.handler,
29  org.simantics.g2d.diagram,
30  org.simantics.g2d.diagram.handler,
31  org.simantics.g2d.diagram.handler.impl,
32  org.simantics.g2d.diagram.handler.layout,
33  org.simantics.g2d.diagram.impl,
34  org.simantics.g2d.diagram.participant,
35  org.simantics.g2d.diagram.participant.pointertool,
36  org.simantics.g2d.dnd,
37  org.simantics.g2d.element,
38  org.simantics.g2d.element.handler,
39  org.simantics.g2d.element.handler.impl,
40  org.simantics.g2d.element.handler.impl.proxy,
41  org.simantics.g2d.element.impl,
42  org.simantics.g2d.elementclass,
43  org.simantics.g2d.elementclass.button,
44  org.simantics.g2d.elementclass.canvas,
45  org.simantics.g2d.elementclass.connection,
46  org.simantics.g2d.elementclass.operationsymbols,
47  org.simantics.g2d.elementclass.slider,
48  org.simantics.g2d.elementclass.valve,
49  org.simantics.g2d.elementclass.wheel,
50  org.simantics.g2d.event.adapter,
51  org.simantics.g2d.example,
52  org.simantics.g2d.example.chassis,
53  org.simantics.g2d.gallery,
54  org.simantics.g2d.image,
55  org.simantics.g2d.image.impl,
56  org.simantics.g2d.layers,
57  org.simantics.g2d.multileveldiagram,
58  org.simantics.g2d.notification,
59  org.simantics.g2d.page,
60  org.simantics.g2d.participant,
61  org.simantics.g2d.routing,
62  org.simantics.g2d.routing.algorithm2,
63  org.simantics.g2d.scenegraph,
64  org.simantics.g2d.svg,
65  org.simantics.g2d.tooltip,
66  org.simantics.g2d.utils,
67  org.simantics.g2d.utils.geom
68 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
69 Bundle-ClassPath: .