diff options
Diffstat (limited to 'make/joglversion')
-rw-r--r-- | make/joglversion | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make/joglversion b/make/joglversion index bf0220fa0..4e53b8de0 100644 --- a/make/joglversion +++ b/make/joglversion @@ -1,9 +1,11 @@ Manifest-Version: 1.0 +Application-Name: Java Bindings for OpenGL Specification-Title: Java Bindings for OpenGL API Specification Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community Implementation-Title: Java Bindings for OpenGL Runtime Environment Implementation-Version: @VERSION@ +Implementation-Build: @BUILD_VERSION@ Implementation-Branch: @SCM_BRANCH@ Implementation-Commit: @SCM_COMMIT@ Implementation-Vendor: JogAmp Community @@ -11,3 +13,7 @@ Implementation-URL: http://jogamp.org/ Extension-Name: javax.media.opengl Implementation-Vendor-Id: com.jogamp Trusted-Library: true +Permissions: all-permissions +Application-Library-Allowable-Codebase: * +@JAR_CODEBASE_TAG@ + |