diff options
author | Sven Gothel <[email protected]> | 2014-01-21 20:17:04 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-21 20:17:04 +0100 |
commit | 1eb0c1c14240f1e8c1dfbf8493c589f8dba4c4b6 (patch) | |
tree | ee7b789a0c24f68428fd44e53789dedbb0b6b4b3 | |
parent | 533f00e318ebc56ca429943b9eae2657c1b9461e (diff) |
Add 'Permissions: all-permissions' to jogl-test.jar for Oracle's 7u51 Java Plugin (duh)
-rw-r--r-- | manifest.mf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifest.mf b/manifest.mf index 83c6d93..e9615a1 100644 --- a/manifest.mf +++ b/manifest.mf @@ -4,3 +4,4 @@ Implementation-Title: Java Bindings for OpenGL Tests Implementation-Vendor: JogAmp Community Implementation-URL: http://jogamp.org/ Implementation-Vendor-Id: com.jogamp +Permissions: all-permissions |