diff options
author | Sven Gothel <[email protected]> | 2013-11-01 03:14:25 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-01 03:14:25 +0100 |
commit | cb27127c0be28cc1c864bcf5b6c94b860d3590d2 (patch) | |
tree | 1b8410a56fb01f7093b12fe84e6734dca89ddccb | |
parent | b37811112267847c212fd6486c2cdffb8bcc4857 (diff) |
Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..v2.1.2
-rw-r--r-- | manifest_template.mf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifest_template.mf b/manifest_template.mf index fd57c8bb..6e311fff 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/ |