Skip to content
Snippets Groups Projects
MANIFEST.MF 1.19 KiB
Newer Older
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.fortiss.tooling.graphicsGL;singleton:=true
Andreas Bayha's avatar
Andreas Bayha committed
Bundle-Version: 2.21.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
Andreas Bayha's avatar
Andreas Bayha committed
Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.21.0";visibility:=reexport
Automatic-Module-Name: org.fortiss.tooling.graphicsGL