public code v1

This commit is contained in:
2026-05-22 11:14:29 +02:00
parent 427197ec5a
commit b8141736eb
28859 changed files with 575079 additions and 0 deletions
@@ -0,0 +1,20 @@
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