]> 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 8b2e844daf0ea4165335cd0fcce8f57c420c6e6d..893f45a1a4d8b909aa61336ed0394c54e53e884b 100644 (file)
@@ -1,42 +1,43 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: G3D Plug-in
+Bundle-Name: 3D Graphics Core
 Bundle-SymbolicName: org.simantics.g3d;singleton:=true
-Bundle-Version: 0.0.1.qualifier
-Bundle-Activator: org.simantics.proconf.g3d.Activator
-Bundle-Vendor: VTT Technical Research Center of Finland
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- javax.vecmath,
- com.jme.eclipse,
- org.simantics.proconf.image,
- org.eclipse.ui.views,
- org.simantics.db,
- org.simantics.layer0,
- org.simantics.layer0.utils,
- org.simantics.image.stubs,
- org.simantics.utils,
- org.simantics.utils.datastructures,
- org.simantics.utils.ui,
- org.simantics.ui,
- org.simantics.equation,
- org.simantics.proconf.browsing,
- org.eclipse.ui.forms,
- org.eclipse.core.expressions,
- org.simantics.animation
-Eclipse-LazyStart: true
-Export-Package: org.simantics.proconf.g3d.actions,
- org.simantics.proconf.g3d.animation,
- org.simantics.proconf.g3d.animation.ui,
- org.simantics.proconf.g3d.base,
- org.simantics.proconf.g3d.common,
- org.simantics.proconf.g3d.dialogs,
- org.simantics.proconf.g3d.dnd,
- org.simantics.proconf.g3d.gizmo,
- org.simantics.proconf.g3d.input,
- org.simantics.proconf.g3d.preferences,
- org.simantics.proconf.g3d.scenegraph,
- org.simantics.proconf.g3d.shapes,
- org.simantics.proconf.g3d.stubs,
- org.simantics.proconf.g3d.tools,
- org.simantics.proconf.g3d.views
+Bundle-Version: 1.0.0.qualifier
+Bundle-Activator: org.simantics.g3d.Activator
+Bundle-Vendor: VTT
+Require-Bundle: org.eclipse.core.runtime,
+ javax.vecmath;bundle-version="1.5.2",
+ org.simantics.g3d.ontology;bundle-version="1.0.0",
+ org.simantics.db.layer0;bundle-version="1.1.0",
+ org.eclipse.jface;bundle-version="3.6.2",
+ org.eclipse.ui;bundle-version="3.6.2",
+ org.eclipse.ui.views;bundle-version="3.5.1",
+ org.simantics.browsing.ui.swt;bundle-version="1.1.0",
+ org.simantics.db.management;bundle-version="1.1.0",
+ org.simantics.selectionview;bundle-version="1.0.0",
+ gnu.trove3;bundle-version="3.0.0",
+ 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",
+ 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,
+ org.simantics.g3d.property,
+ org.simantics.g3d.property.annotations,
+ org.simantics.g3d.scenegraph,
+ org.simantics.g3d.scenegraph.base,
+ org.simantics.g3d.scenegraph.structural,
+ org.simantics.g3d.scl,
+ org.simantics.g3d.shape,
+ org.simantics.g3d.toolbar,
+ org.simantics.g3d.tools,
+ org.simantics.g3d.ui,
+ org.simantics.g3d.wizard
+Automatic-Module-Name: org.simantics.g3d