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 | |
parent | 0240a71c56c1108da6863a2bb34e971ac6a4e061 (diff) |
Bug 1145 - Fat Jar: Use 'Main-Class' for default launch of useful info/demos
-rw-r--r-- | make/jogamp-fat-test.mf | 5 | ||||
-rw-r--r-- | make/jogamp-fat.mf | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/make/jogamp-fat-test.mf b/make/jogamp-fat-test.mf index 710fcee..43c73df 100644 --- a/make/jogamp-fat-test.mf +++ b/make/jogamp-fat-test.mf @@ -12,8 +12,9 @@ Implementation-Vendor: JogAmp Community Implementation-URL: http://jogamp.org/ Extension-Name: com.jogamp Implementation-Vendor-Id: com.jogamp -Trusted-Library: true -Permissions: all-permissions +Main-Class: com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2SimpleNEWT +Class-Path: jogamp-fat.jar +Permissions: sandbox Application-Library-Allowable-Codebase: * @JAR_CODEBASE_TAG@ 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: * |