diff options
Diffstat (limited to 'make/nativewindowversion')
-rw-r--r-- | make/nativewindowversion | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make/nativewindowversion b/make/nativewindowversion index 3eb3bc2c2..f31c7f2bc 100644 --- a/make/nativewindowversion +++ b/make/nativewindowversion @@ -1,9 +1,11 @@ Manifest-Version: 1.0 +Application-Name: Native Window Interface Specification-Title: Native Window Interface API Specification Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community Implementation-Title: Native Window Interface 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.nativewindow Implementation-Vendor-Id: com.jogamp Trusted-Library: true +Permissions: all-permissions +Application-Library-Allowable-Codebase: * +@JAR_CODEBASE_TAG@ + |