diff options
author | Sven Gothel <[email protected]> | 2013-11-01 01:35:58 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-01 01:35:58 +0100 |
commit | 5be76f58a943546582159b0069ca9a888a2cb7fd (patch) | |
tree | 6850a08500f22fd60c5fa4f78abc6c8dc6a4b618 /manifest.mf | |
parent | 2f34edbd46b526723658adce4bf14dc471e67ea7 (diff) |
Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..
Diffstat (limited to 'manifest.mf')
-rw-r--r-- | manifest.mf | 10 |
1 files changed, 8 insertions, 2 deletions
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 |