]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d/META-INF/MANIFEST.MF
Plant3D customization
[simantics/3d.git] / org.simantics.plant3d / META-INF / MANIFEST.MF
index 2b216e01d690417c259e95bd43bac3efa1221380..8a67558d9016d1c467c84a7104d1dda57388c15f 100644 (file)
@@ -6,7 +6,6 @@ Bundle-Version: 1.0.0.qualifier
 Bundle-Activator: org.simantics.plant3d.Activator
 Bundle-Vendor: VTT
 Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.ui,
  org.eclipse.ui,
  org.simantics.db;bundle-version="1.1.0",
  org.simantics.db.common;bundle-version="1.1.0",
@@ -20,6 +19,7 @@ Require-Bundle: org.eclipse.core.runtime,
  org.simantics.selectionview.ontology;bundle-version="1.0.0",
  org.simantics.browsing.ui.swt;bundle-version="1.1.0",
  vtk;bundle-version="5.8.0",
+ vtk.rendering;bundle-version="8.2.0",
  org.simantics.g3d.vtk;bundle-version="1.0.0",
  javax.vecmath;bundle-version="1.5.2",
  org.eclipse.ui.views;bundle-version="3.5.1",
@@ -32,9 +32,20 @@ Require-Bundle: org.eclipse.core.runtime,
  org.simantics.opencascade.vtk;bundle-version="1.0.0",
  org.simantics.browsing.ui.platform;bundle-version="1.1.0",
  org.simantics.structural.ui;bundle-version="1.1.1",
- org.simantics.g3d.csg;bundle-version="1.0.0"
+ org.simantics.g3d.csg;bundle-version="1.0.0",
+ org.simantics.utils.thread.swt;bundle-version="1.1.0"
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ActivationPolicy: lazy
-Export-Package: org.simantics.plant3d.editor,
+Export-Package: org.simantics.plant3d.actions,
+ org.simantics.plant3d.browser,
+ org.simantics.plant3d.dialog,
+ org.simantics.plant3d.editor,
+ org.simantics.plant3d.geometry,
+ org.simantics.plant3d.gizmo,
+ org.simantics.plant3d.handlers,
+ org.simantics.plant3d.project,
  org.simantics.plant3d.property,
- org.simantics.plant3d.scenegraph
+ org.simantics.plant3d.scenegraph,
+ org.simantics.plant3d.scenegraph.controlpoint,
+ org.simantics.plant3d.scl,
+ org.simantics.plant3d.utils