21 lines
611 B
Plaintext
21 lines
611 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: JOGL
|
|
Bundle-SymbolicName: afryca.wadewalker.JOGL;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.wadewalker.JOGL
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.osgi,
|
|
org.eclipse.equinox.registry,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.swt,
|
|
com.jogamp.jogl
|
|
Export-Package: afryca.wadewalker.jogl
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-ClassPath: .,
|
|
jar/gluegen-rt.jar,
|
|
jar/jogl.jar
|
|
Import-Package: com.jogamp.opengl
|
|
Bundle-Activator: afryca.wadewalker.jogl.Activator
|