aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-11-01 01:22:26 +0100
committerSven Gothel <[email protected]>2013-11-01 01:22:26 +0100
commitd2f66a9c95b354d5e215bdd171a554c4bfc1daf1 (patch)
tree315f7c03d579988cdc54195473195bec059fa48f
parentdcd0e65b2157150d97f582478ba68d45fba50653 (diff)
Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..v2.1.2
-rwxr-xr-xmake/joalversion1
-rw-r--r--make/joalversion-test1
-rw-r--r--make/joalversion-test-android1
3 files changed, 3 insertions, 0 deletions
diff --git a/make/joalversion b/make/joalversion
index 93a934f..79483d4 100755
--- a/make/joalversion
+++ b/make/joalversion
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: Java Bindings for OpenAL
Specification-Title: Java Bindings for OpenAL API Specification
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community
diff --git a/make/joalversion-test b/make/joalversion-test
index 388b171..3fafc3a 100644
--- a/make/joalversion-test
+++ b/make/joalversion-test
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: Java Bindings for OpenAL Test
Specification-Title: Test Java Bindings for OpenAL API Specification
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community
diff --git a/make/joalversion-test-android b/make/joalversion-test-android
index 388b171..3fafc3a 100644
--- a/make/joalversion-test-android
+++ b/make/joalversion-test-android
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: Java Bindings for OpenAL Test
Specification-Title: Test Java Bindings for OpenAL API Specification
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community