diff options
-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: * |