2 Bundle-ManifestVersion: 2
3 Bundle-Name: G3D VTK Integration
4 Bundle-SymbolicName: org.simantics.g3d.vtk;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.simantics.g3d.vtk.Activator
8 Require-Bundle: org.eclipse.core.runtime,
9 javax.vecmath;bundle-version="1.5.2",
10 org.simantics.g3d;bundle-version="1.0.0",
11 org.eclipse.ui;bundle-version="3.6.2",
12 org.simantics.db;bundle-version="1.1.0",
13 org.simantics.selectionview;bundle-version="1.0.0",
14 org.simantics.db.management;bundle-version="1.1.0",
15 org.eclipse.ui.views;bundle-version="3.5.1",
16 org.simantics.objmap2;bundle-version="1.0.0",
17 org.simantics.db.common;bundle-version="1.1.0",
18 org.simantics.g3d.ontology;bundle-version="1.0.0",
19 vtk;bundle-version="5.10.0",
20 org.simantics.utils.ui;bundle-version="1.1.0",
21 org.simantics.ui;bundle-version="1.0.0",
22 vtk.rendering;bundle-version="8.2.0",
23 org.simantics.utils.thread.swt;bundle-version="1.1.0",
25 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
26 Bundle-ActivationPolicy: lazy
27 Export-Package: org.simantics.g3d.vtk.action,
28 org.simantics.g3d.vtk.awt,
29 org.simantics.g3d.vtk.common,
30 org.simantics.g3d.vtk.gizmo,
31 org.simantics.g3d.vtk.handlers,
32 org.simantics.g3d.vtk.property,
33 org.simantics.g3d.vtk.shape,
34 org.simantics.g3d.vtk.swt,
35 org.simantics.g3d.vtk.utils
36 Automatic-Module-Name: org.simantics.g3d.vtk