aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-11-01 03:14:25 +0100
committerSven Gothel <[email protected]>2013-11-01 03:14:25 +0100
commitcb27127c0be28cc1c864bcf5b6c94b860d3590d2 (patch)
tree1b8410a56fb01f7093b12fe84e6734dca89ddccb
parentb37811112267847c212fd6486c2cdffb8bcc4857 (diff)
Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..v2.1.2
-rw-r--r--manifest_template.mf1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifest_template.mf b/manifest_template.mf
index fd57c8b..6e311ff 100644
--- a/manifest_template.mf
+++ b/manifest_template.mf
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: Java Bindings for OpenCL
Implementation-Title: Java Bindings for OpenCL
Specification-Title: Java Bindings for OpenCL
Implementation-URL: http://jocl.jogamp.org/