Skip to content
Snippets Groups Projects
MANIFEST.MF 1.19 KiB
Newer Older
  • Learn to ignore specific revisions
  • Manifest-Version: 1.0
    Bundle-ManifestVersion: 2
    Bundle-Name: %pluginName
    Bundle-SymbolicName: org.fortiss.tooling.graphicsGL;singleton:=true
    
    Johannes Eder's avatar
    Johannes Eder committed
    Bundle-Version: 2.20.0.qualifier
    
    Bundle-ClassPath: .
    Bundle-Vendor: %providerName
    Bundle-Localization: plugin
    Bundle-RequiredExecutionEnvironment: JavaSE-11
    Bundle-ActivationPolicy: lazy
    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,
     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
    
    Johannes Eder's avatar
    Johannes Eder committed
    Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.20.0";visibility:=reexport
    
    Automatic-Module-Name: org.fortiss.tooling.graphicsGL