X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.g3d%2FMETA-INF%2FMANIFEST.MF;h=893f45a1a4d8b909aa61336ed0394c54e53e884b;hb=HEAD;hp=48e2983ec1cbfb8e023cfb49c0c21547a1f1ec7b;hpb=87b3241ec277ba3d8e414b26186a032c9cdcaeed;p=simantics%2F3d.git diff --git a/org.simantics.g3d/META-INF/MANIFEST.MF b/org.simantics.g3d/META-INF/MANIFEST.MF index 48e2983e..893f45a1 100644 --- a/org.simantics.g3d/META-INF/MANIFEST.MF +++ b/org.simantics.g3d/META-INF/MANIFEST.MF @@ -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 @@ -15,13 +15,17 @@ Require-Bundle: org.eclipse.core.runtime, 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.trove2;bundle-version="2.0.4", + 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" -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 + 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, @@ -30,8 +34,10 @@ Export-Package: org.simantics.g3d, 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