diff options
author | Sven Gothel <[email protected]> | 2014-01-23 03:32:03 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-23 03:32:03 +0100 |
commit | 7a4cce7a124d5627ee72b7f8c617d70e699ea3bf (patch) | |
tree | f94cb763bb12c43d7af109eb2fc2a54697cbd784 | |
parent | 7baf21787bd09531122c58e8c926c467d3f74d97 (diff) |
Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh), add 'Permissions: sandbox' and 'Application-Library-Allowable-Codebase: *'
-rw-r--r-- | manifest.mf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifest.mf b/manifest.mf index 6bb3e11..71d7f24 100644 --- a/manifest.mf +++ b/manifest.mf @@ -4,3 +4,6 @@ Implementation-Title: Java Bindings for OpenCL Tests Implementation-Vendor: JogAmp Community Implementation-URL: http://jocl.jogamp.org/ Implementation-Vendor-Id: com.jogamp +Permissions: sandbox +Application-Library-Allowable-Codebase: * + |