X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.g3d.csg%2FMETA-INF%2FMANIFEST.MF;h=46700b064ae5d76c1fca1197e0b843393a85b877;hb=refs%2Fchanges%2F08%2F3908%2F2;hp=a33e4ac76e9aaf63a6521a4b600b94ebfb3f6d0b;hpb=a780733dcb12892de8afbb7bdbc5322775997c65;p=simantics%2F3d.git diff --git a/org.simantics.g3d.csg/META-INF/MANIFEST.MF b/org.simantics.g3d.csg/META-INF/MANIFEST.MF index a33e4ac7..46700b06 100644 --- a/org.simantics.g3d.csg/META-INF/MANIFEST.MF +++ b/org.simantics.g3d.csg/META-INF/MANIFEST.MF @@ -1,17 +1,30 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Csg Plug-in -Bundle-SymbolicName: org.simantics.g3d.csg -Bundle-Version: 0.0.1.qualifier -Bundle-Activator: org.simantics.proconf.g3d.csg.Activator -Bundle-Vendor: VTT Technical Research Center of Finland -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - org.simantics.proconf.g3d, - org.simantics.db, - org.simantics.layer0.utils, - org.simantics.layer0.stubs, - org.simantics.utils.datastructures, - org.simantics.animation -ipse-LazyStart: true -Export-Package: org.simantics.proconf.g3d.csg.stubs +Bundle-Name: 3D Graphics CSG +Bundle-SymbolicName: org.simantics.g3d.csg;singleton:=true +Bundle-Version: 1.0.0.qualifier +Bundle-Activator: org.simantics.g3d.csg.Activator +Bundle-Vendor: VTT +Require-Bundle: org.eclipse.core.runtime, + org.simantics.g3d;bundle-version="1.0.0", + org.simantics.g3d.ontology;bundle-version="1.0.0", + org.simantics.db.layer0;bundle-version="1.1.0", + javax.vecmath;bundle-version="1.5.2", + org.simantics.opencascade;bundle-version="1.0.0", + org.simantics.ui;bundle-version="1.0.0", + vtk;bundle-version="1.0.0", + org.eclipse.ui, + org.simantics.g3d.csg.ontology;bundle-version="1.0.0", + org.simantics.selectionview;bundle-version="1.0.0", + org.eclipse.ui.views;bundle-version="3.5.1", + org.jcae.opencascade;bundle-version="1.0.0", + org.simantics.g3d.vtk;bundle-version="1.0.0", + org.simantics.browsing.ui.common;bundle-version="1.1.0", + org.simantics.objmap2;bundle-version="1.0.0", + org.simantics.opencascade.vtk;bundle-version="1.0.0", + org.slf4j.api +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-ActivationPolicy: lazy +Export-Package: org.simantics.g3d.csg.handler, + org.simantics.g3d.csg.model +Automatic-Module-Name: org.simantics.g3d.csg