aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-23 03:32:03 +0100
committerSven Gothel <[email protected]>2014-01-23 03:32:03 +0100
commit7a4cce7a124d5627ee72b7f8c617d70e699ea3bf (patch)
treef94cb763bb12c43d7af109eb2fc2a54697cbd784
parent7baf21787bd09531122c58e8c926c467d3f74d97 (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.mf3
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: *
+