diff options
author | Sven Gothel <[email protected]> | 2015-07-29 09:37:14 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-29 09:37:14 +0200 |
commit | cb2c86e887d1ae8a29eab5e3967b6ec99d853218 (patch) | |
tree | 1036e6e3b6a6ba6970b1d22abffaa0b893fedbaf /make/jogamp-fat.mf | |
parent | 0240a71c56c1108da6863a2bb34e971ac6a4e061 (diff) |
Bug 1145 - Fat Jar: Use 'Main-Class' for default launch of useful info/demos
Diffstat (limited to 'make/jogamp-fat.mf')
-rw-r--r-- | make/jogamp-fat.mf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/jogamp-fat.mf b/make/jogamp-fat.mf index f21f501..546e6ba 100644 --- a/make/jogamp-fat.mf +++ b/make/jogamp-fat.mf @@ -12,6 +12,7 @@ Implementation-Vendor: JogAmp Community Implementation-URL: http://jogamp.org/ Extension-Name: com.jogamp Implementation-Vendor-Id: com.jogamp +Main-Class: jogamp.opengl.awt.VersionApplet Trusted-Library: true Permissions: all-permissions Application-Library-Allowable-Codebase: * |