Skip to content
Snippets Groups Projects
MANIFEST.MF 1.77 KiB
Newer Older
Florian Hölzl's avatar
Florian Hölzl committed
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Graphics GL UI
Florian Hölzl's avatar
Florian Hölzl committed
Bundle-SymbolicName: org.fortiss.tooling.graphicsGL.ui;singleton:=true
Andreas Bayha's avatar
Andreas Bayha committed
Bundle-Version: 2.21.0.qualifier
Florian Hölzl's avatar
Florian Hölzl committed
Bundle-Activator: org.fortiss.tooling.graphicsGL.ui.ToolingGraphicsGLUIActivator
Andreas Bayha's avatar
Andreas Bayha committed
Require-Bundle: org.fortiss.tooling.graphicsGL;bundle-version="2.21.0";visibility:=reexport,
 org.fortiss.tooling.base.ui;bundle-version="2.21.0";visibility:=reexport
Florian Hölzl's avatar
Florian Hölzl committed
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Florian Hölzl's avatar
Florian Hölzl committed
Bundle-Vendor: fortiss GmbH
Florian Hölzl's avatar
Florian Hölzl committed
Export-Package: org.fortiss.tooling.graphicsGL.ui,
 org.fortiss.tooling.graphicsGL.ui.camera,
 org.fortiss.tooling.graphicsGL.ui.draw,
 org.fortiss.tooling.graphicsGL.ui.editor,
 org.fortiss.tooling.graphicsGL.ui.light,
 org.fortiss.tooling.graphicsGL.ui.objects,
 org.fortiss.tooling.graphicsGL.ui.picker,
 org.fortiss.tooling.graphicsGL.ui.util,
 org.lwjgl.system,
 org.lwjglx,
 org.lwjglx.util,
 org.lwjglx.util.glu,
 org.lwjglx.util.vector,
Florian Hölzl's avatar
Florian Hölzl committed
 org.newdawn.slick,
 org.newdawn.slick.util
Florian Hölzl's avatar
Florian Hölzl committed
 .
Bundle-NativeCode: lib/x64/liblwjgl.so ; lib/x64/libjemalloc.so ; osname = linux ; processor = x86_64,
 lib/x32/liblwjgl32.so ; lib/x32/libjemalloc32.so ; osname = linux ; processor = x86,
 lib/x64/liblwjgl.dylib ; lib/x64/libjemalloc.dylib ; osname = macosx ; processor = x86_64,
 lib/x64/lwjgl.dll ; lib/x64/jemalloc.dll ; osname = win32 ;  osname = "Windows 10"; processor = x86_64 ; osname = "Windows 7" ; osname = "Windows 8" ; osname = Windows8 ; osname = Win8 ; osname = "Windows 8.1" ; osname = Windows8.1 ; osname = Win8.1 ; ; processor = x86_64,
 lib/x32/lwjgl32.dll ; lib/x32/jemalloc32.dll ; osname = win32 ; processor = x86
Eclipse-BundleShape: dir
Automatic-Module-Name: org.fortiss.tooling.graphicsGL.ui