diff options
author | Sven Gothel <[email protected]> | 2023-03-11 07:08:56 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-03-11 07:08:56 +0100 |
commit | d27baa9f6980d6e2b570999607b003a11393ea95 (patch) | |
tree | d0cf9a8469f9acfce294943fa2d6efd1d7cc9ca1 /make/joglversion-demo-android | |
parent | 32f245d0ad381828c2c731840e2d978e8cbc3df3 (diff) |
Cleanup Demos: Move demos to jogl-demos.jar (here Graph + AudioVideo), ready for easy deployment and test w/ junit/ant
Diffstat (limited to 'make/joglversion-demo-android')
-rw-r--r-- | make/joglversion-demo-android | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/make/joglversion-demo-android b/make/joglversion-demo-android new file mode 100644 index 000000000..18568fb45 --- /dev/null +++ b/make/joglversion-demo-android @@ -0,0 +1,15 @@ +Manifest-Version: 1.0 +Application-Name: Java Bindings for OpenGL Test +Specification-Title: Test Java Bindings for OpenGL API Specification +Specification-Version: @BASEVERSION@ +Specification-Vendor: JogAmp Community +Implementation-Title: Test JOGL Android Runtime Environment +Implementation-Version: @VERSION@ +Implementation-Build: @BUILD_VERSION@ +Implementation-Branch: @SCM_BRANCH@ +Implementation-Commit: @SCM_COMMIT@ +Implementation-Vendor: JogAmp Community +Implementation-URL: http://jogamp.org/ +Extension-Name: com.jogamp.opengl.test +Implementation-Vendor-Id: com.jogamp + |