diff options
author | Sven Gothel <[email protected]> | 2013-11-01 01:18:29 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-01 01:18:29 +0100 |
commit | 249251f1f1b3c70dc3f8df7735cf66dd27b8a61b (patch) | |
tree | 929d1cc7f14ed96e06949b9f6be3e2a4af59f27d /make/Manifest | |
parent | 2a6a6bb1df175847a7bb84bd741ce3632d6590f6 (diff) |
Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..
Diffstat (limited to 'make/Manifest')
-rwxr-xr-x | make/Manifest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/Manifest b/make/Manifest index eebce81..5245afa 100755 --- a/make/Manifest +++ b/make/Manifest @@ -1,4 +1,5 @@ Manifest-Version: 1.0 +Application-Name: GlueGen Java Bindings Generator Specification-Title: GlueGen Java Bindings Generator Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community |