]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d/META-INF/MANIFEST.MF
Remove static DEBUG flags and use slf4j.Logger.trace()
[simantics/3d.git] / org.simantics.g3d / META-INF / MANIFEST.MF
index 97772dc11216bcaf0b10d7ca0ccbbce77aede160..893f45a1a4d8b909aa61336ed0394c54e53e884b 100644 (file)
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: G3D
+Bundle-Name: 3D Graphics Core
 Bundle-SymbolicName: org.simantics.g3d;singleton:=true
 Bundle-Version: 1.0.0.qualifier
 Bundle-Activator: org.simantics.g3d.Activator
@@ -19,10 +19,13 @@ Require-Bundle: org.eclipse.core.runtime,
  org.simantics.objmap2;bundle-version="1.0.0",
  org.eclipse.nebula.widgets.tablecombo;bundle-version="1.0.0",
  org.simantics.ui;bundle-version="1.0.0",
- org.simantics.scl.osgi;bundle-version="1.0.4"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+ org.simantics.scl.osgi;bundle-version="1.0.4",
+ org.slf4j.api
+Bundle-RequiredExecutionEnvironment: JavaSE-11
 Bundle-ActivationPolicy: lazy
 Export-Package: org.simantics.g3d,
+ org.simantics.g3d.adapters,
+ org.simantics.g3d.event,
  org.simantics.g3d.gizmo,
  org.simantics.g3d.math,
  org.simantics.g3d.preferences,
@@ -37,3 +40,4 @@ Export-Package: org.simantics.g3d,
  org.simantics.g3d.tools,
  org.simantics.g3d.ui,
  org.simantics.g3d.wizard
+Automatic-Module-Name: org.simantics.g3d