diff options
Diffstat (limited to 'make/joglversion-test')
-rw-r--r-- | make/joglversion-test | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/make/joglversion-test b/make/joglversion-test index 23c80f997..5c4bdb903 100644 --- a/make/joglversion-test +++ b/make/joglversion-test @@ -1,13 +1,18 @@ 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 Java Bindings for OpenGL Runtime Environment +Implementation-Title: Test JOGL 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 -Trusted-Library: true +Permissions: sandbox +Application-Library-Allowable-Codebase: * +@JAR_CODEBASE_TAG@ + |