diff options
Diffstat (limited to 'make/joglversion-test-android')
-rw-r--r-- | make/joglversion-test-android | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/make/joglversion-test-android b/make/joglversion-test-android new file mode 100644 index 000000000..18568fb45 --- /dev/null +++ b/make/joglversion-test-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 + |