]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d/META-INF/MANIFEST.MF
Remove dependencies on log4j
[simantics/3d.git] / org.simantics.plant3d / META-INF / MANIFEST.MF
index 6f2e691d46972e0f35f768d2cddf3c43c79cd1e9..f9bcef394d4c7b9309369013ba9aa439c8a413ff 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",
@@ -27,13 +27,26 @@ Require-Bundle: org.eclipse.core.runtime,
  org.jcae.opencascade;bundle-version="6.5.2",
  org.eclipse.ui.console;bundle-version="3.5.100",
  org.simantics.objmap2;bundle-version="1.0.0",
- org.apache.log4j;bundle-version="1.2.15",
  org.simantics.ui;bundle-version="1.0.0",
  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"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+ org.simantics.structural.ui;bundle-version="1.1.1",
+ org.simantics.g3d.csg;bundle-version="1.0.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.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
+Automatic-Module-Name: org.simantics.plant3d