From 7baf21787bd09531122c58e8c926c467d3f74d97 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 1 Nov 2013 03:20:05 +0100 Subject: Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs .. --- manifest.mf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.mf b/manifest.mf index 328e8e5..6bb3e11 100644 --- a/manifest.mf +++ b/manifest.mf @@ -1,3 +1,6 @@ Manifest-Version: 1.0 -X-COMMENT: Main-Class will be added automatically by build - +Application-Name: Java Bindings for OpenCL Tests +Implementation-Title: Java Bindings for OpenCL Tests +Implementation-Vendor: JogAmp Community +Implementation-URL: http://jocl.jogamp.org/ +Implementation-Vendor-Id: com.jogamp -- cgit v1.2.3