From 5be76f58a943546582159b0069ca9a888a2cb7fd Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 1 Nov 2013 01:35:58 +0100 Subject: Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs .. --- make/build.xml | 12 ++++++------ manifest.mf | 10 ++++++++-- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/make/build.xml b/make/build.xml index f11e6a5..f1c2039 100644 --- a/make/build.xml +++ b/make/build.xml @@ -180,7 +180,7 @@ - + @@ -206,13 +206,13 @@ - + - + @@ -223,7 +223,7 @@ - + @@ -237,7 +237,7 @@ - + @@ -273,7 +273,7 @@ - + diff --git a/manifest.mf b/manifest.mf index 328e8e5..9b9f1de 100644 --- a/manifest.mf +++ b/manifest.mf @@ -1,3 +1,9 @@ Manifest-Version: 1.0 -X-COMMENT: Main-Class will be added automatically by build - +Application-Name: Java Bindings for OpenGL Test +Specification-Title: Java Bindings for OpenGL Tests +Specification-Vendor: JogAmp Community +Implementation-Title: Java Bindings for OpenGL Tests +Implementation-Vendor: JogAmp Community +Implementation-URL: http://jogamp.org/ +Extension-Name: javax.media.opengl +Implementation-Vendor-Id: com.jogamp -- cgit v1.2.3