summaryrefslogtreecommitdiffstats
path: root/manifest.mf
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-11-01 03:20:05 +0100
committerSven Gothel <[email protected]>2013-11-01 03:20:05 +0100
commit7baf21787bd09531122c58e8c926c467d3f74d97 (patch)
treea24e10e1598af2d1f5b3399a79020168db5da749 /manifest.mf
parentce29dddece3657c5ce078b97d124ad387d08f610 (diff)
Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..v2.1.3v2.1.2
Diffstat (limited to 'manifest.mf')
-rw-r--r--manifest.mf7
1 files 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