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-android-launcher | |
parent | 2a6a6bb1df175847a7bb84bd741ce3632d6590f6 (diff) |
Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..
Diffstat (limited to 'make/Manifest-android-launcher')
-rwxr-xr-x | make/Manifest-android-launcher | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/Manifest-android-launcher b/make/Manifest-android-launcher index 52dfca6..135564e 100755 --- a/make/Manifest-android-launcher +++ b/make/Manifest-android-launcher @@ -1,4 +1,5 @@ Manifest-Version: 1.0 +Application-Name: JogAmp Android Launcher Specification-Title: JogAmp Android Launcher API Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community |