From 7a4cce7a124d5627ee72b7f8c617d70e699ea3bf Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 23 Jan 2014 03:32:03 +0100 Subject: Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh), add 'Permissions: sandbox' and 'Application-Library-Allowable-Codebase: *' --- manifest.mf | 3 +++ 1 file changed, 3 insertions(+) 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: * + -- cgit v1.2.3