]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d.vtk/META-INF/MANIFEST.MF
Fix enabled state of wall thickness
[simantics/3d.git] / org.simantics.g3d.vtk / META-INF / MANIFEST.MF
index a375776054e4473caa65c51290faeb6faf76095d..86d0da4ab89b239f0ab3941dbf6bc61ca83e684e 100644 (file)
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: G3D Vtk integration
+Bundle-Name: G3D VTK Integration
 Bundle-SymbolicName: org.simantics.g3d.vtk;singleton:=true
 Bundle-Version: 1.0.0.qualifier
 Bundle-Activator: org.simantics.g3d.vtk.Activator
@@ -17,13 +17,20 @@ Require-Bundle: org.eclipse.core.runtime,
  org.simantics.db.common;bundle-version="1.1.0",
  org.simantics.g3d.ontology;bundle-version="1.0.0",
  vtk;bundle-version="5.10.0",
- org.simantics.utils.ui;bundle-version="1.1.0"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+ org.simantics.utils.ui;bundle-version="1.1.0",
+ org.simantics.ui;bundle-version="1.0.0",
+ vtk.rendering;bundle-version="8.2.0",
+ org.simantics.utils.thread.swt;bundle-version="1.1.0",
+ org.slf4j.api
+Bundle-RequiredExecutionEnvironment: JavaSE-11
 Bundle-ActivationPolicy: lazy
 Export-Package: org.simantics.g3d.vtk.action,
+ org.simantics.g3d.vtk.awt,
  org.simantics.g3d.vtk.common,
  org.simantics.g3d.vtk.gizmo,
  org.simantics.g3d.vtk.handlers,
  org.simantics.g3d.vtk.property,
  org.simantics.g3d.vtk.shape,
+ org.simantics.g3d.vtk.swt,
  org.simantics.g3d.vtk.utils
+Automatic-Module-Name: org.simantics.g3d.vtk