aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-11-01 01:27:27 +0100
committerSven Gothel <[email protected]>2013-11-01 01:27:27 +0100
commit4d5c62620eb93d9e43ea852960da50d548684429 (patch)
treea468a1fe70778b22d29f449805f74e7152827549 /make
parent85878162940067b39b17c71878446dff0759040d (diff)
Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..
Diffstat (limited to 'make')
-rw-r--r--make/joglversion1
-rw-r--r--make/joglversion-all1
-rw-r--r--make/joglversion-test1
-rw-r--r--make/joglversion-test-android1
-rw-r--r--make/nativewindowversion1
-rw-r--r--make/newtversion1
6 files changed, 6 insertions, 0 deletions
diff --git a/make/joglversion b/make/joglversion
index 84a9836fc..079f9de78 100644
--- a/make/joglversion
+++ b/make/joglversion
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: Java Bindings for OpenGL
Specification-Title: Java Bindings for OpenGL API Specification
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community
diff --git a/make/joglversion-all b/make/joglversion-all
index 84a9836fc..079f9de78 100644
--- a/make/joglversion-all
+++ b/make/joglversion-all
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: Java Bindings for OpenGL
Specification-Title: Java Bindings for OpenGL API Specification
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community
diff --git a/make/joglversion-test b/make/joglversion-test
index b130bb279..c449303c2 100644
--- a/make/joglversion-test
+++ b/make/joglversion-test
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: Java Bindings for OpenGL Test
Specification-Title: Test Java Bindings for OpenGL API Specification
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community
diff --git a/make/joglversion-test-android b/make/joglversion-test-android
index 153b3c3b9..db757c3e8 100644
--- a/make/joglversion-test-android
+++ b/make/joglversion-test-android
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: Java Bindings for OpenGL Test
Specification-Title: Test Java Bindings for OpenGL API Specification
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community
diff --git a/make/nativewindowversion b/make/nativewindowversion
index 3b3308a86..9a2643280 100644
--- a/make/nativewindowversion
+++ b/make/nativewindowversion
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: Native Window Interface
Specification-Title: Native Window Interface API Specification
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community
diff --git a/make/newtversion b/make/newtversion
index 8444a492a..6f7047aa1 100644
--- a/make/newtversion
+++ b/make/newtversion
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: NEWT
Specification-Title: NEWT API Specification
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community