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-rt | |
parent | 2a6a6bb1df175847a7bb84bd741ce3632d6590f6 (diff) |
Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..
Diffstat (limited to 'make/Manifest-rt')
-rwxr-xr-x | make/Manifest-rt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/Manifest-rt b/make/Manifest-rt index ce6a0a5..195008c 100755 --- a/make/Manifest-rt +++ b/make/Manifest-rt @@ -1,4 +1,5 @@ Manifest-Version: 1.0 +Application-Name: GlueGen Run-Time Specification-Title: GlueGen Java Bindings Generator Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community |