Skip to content
Snippets Groups Projects
MANIFEST.MF 1.12 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: Tooling Graphics GL
    
    Florian Hölzl's avatar
    Florian Hölzl committed
    Bundle-SymbolicName: org.fortiss.tooling.graphicsGL;singleton:=true
    
    Filip Reaboi's avatar
    Filip Reaboi committed
    Bundle-Version: 2.13.0.qualifier
    
    Florian Hölzl's avatar
    Florian Hölzl committed
    Bundle-ClassPath: .
    Bundle-Vendor: fortiss GmbH
    Bundle-Localization: plugin
    
    Bundle-RequiredExecutionEnvironment: JavaSE-1.8
    
    Florian Hölzl's avatar
    Florian Hölzl committed
    Bundle-ActivationPolicy: lazy
    
    Florian Hölzl's avatar
    Florian Hölzl committed
    Bundle-Activator: org.fortiss.tooling.graphicsGL.ToolingGraphicsGLActivator
    Export-Package: org.fortiss.tooling.graphicsGL,
     org.fortiss.tooling.graphicsGL.model,
     org.fortiss.tooling.graphicsGL.model.graph,
     org.fortiss.tooling.graphicsGL.model.graph.impl,
     org.fortiss.tooling.graphicsGL.model.graph.util,
    
     org.fortiss.tooling.graphicsGL.model.impl,
    
    Florian Hölzl's avatar
    Florian Hölzl committed
     org.fortiss.tooling.graphicsGL.model.mesh,
     org.fortiss.tooling.graphicsGL.model.mesh.impl,
     org.fortiss.tooling.graphicsGL.model.mesh.util,
     org.fortiss.tooling.graphicsGL.model.scene,
     org.fortiss.tooling.graphicsGL.model.scene.impl,
     org.fortiss.tooling.graphicsGL.model.scene.util,
     org.fortiss.tooling.graphicsGL.model.util,
     org.fortiss.tooling.graphicsGL.util
    
    Filip Reaboi's avatar
    Filip Reaboi committed
    Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.13.0";visibility:=reexport