diff options
author | Sven Gothel <[email protected]> | 2012-05-04 15:31:50 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-05-04 15:31:50 +0200 |
commit | a6e7b6cc08cea358c157320ff9d61d424c57e92b (patch) | |
tree | 982bccf13e579e6bce3ce12952edb424294372fd /make/joglversion-test | |
parent | 6021217f158965ca480c848eb69bec2169b357cb (diff) |
Android: proper version.code and test manifest
Diffstat (limited to 'make/joglversion-test')
-rw-r--r-- | make/joglversion-test | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/make/joglversion-test b/make/joglversion-test new file mode 100644 index 000000000..23c80f997 --- /dev/null +++ b/make/joglversion-test @@ -0,0 +1,13 @@ +Manifest-Version: 1.0 +Specification-Title: Test Java Bindings for OpenGL API Specification +Specification-Version: @BASEVERSION@ +Specification-Vendor: JogAmp Community +Implementation-Title: Test Java Bindings for OpenGL Runtime Environment +Implementation-Version: @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 +Trusted-Library: true |