Skip to content
Snippets Groups Projects
MANIFEST.MF 1.08 KiB
Newer Older
  • Learn to ignore specific revisions
  • Florian Hölzl's avatar
    Florian Hölzl committed
    Manifest-Version: 1.0
    Bundle-ManifestVersion: 2
    Bundle-Name: Fortiss Tooling Graphics 3D
    Bundle-SymbolicName: org.fortiss.tooling.graphics3D;singleton:=true
    Bundle-Version: 2.1.0.qualifier
    Bundle-ClassPath: .
    Bundle-Vendor: fortiss GmbH
    Bundle-Localization: plugin
    Bundle-RequiredExecutionEnvironment: JavaSE-1.6
    Bundle-ActivationPolicy: lazy
    Bundle-Activator: org.fortiss.tooling.graphics3D.ToolingGraphics3DActivator
    Require-Bundle: org.fortiss.af3.project
    Export-Package: org.fortiss.tooling.graphics3D,
     org.fortiss.tooling.graphics3D.model,
     org.fortiss.tooling.graphics3D.model.graph,
     org.fortiss.tooling.graphics3D.model.graph.impl,
     org.fortiss.tooling.graphics3D.model.graph.util,
     org.fortiss.tooling.graphics3D.model.impl,
     org.fortiss.tooling.graphics3D.model.mesh,
     org.fortiss.tooling.graphics3D.model.mesh.impl,
     org.fortiss.tooling.graphics3D.model.mesh.util,
     org.fortiss.tooling.graphics3D.model.scene,
     org.fortiss.tooling.graphics3D.model.scene.impl,
     org.fortiss.tooling.graphics3D.model.scene.util,
     org.fortiss.tooling.graphics3D.model.util,
     org.fortiss.tooling.graphics3D.util