From f23e0ce12d96971adca1178a9ea394b4b3accc0f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 22 Jan 2014 23:13:32 +0100 Subject: Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh), add 'Application-Library-Allowable-Codebase: *' --- manifest.mf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.mf b/manifest.mf index 2503898..8ee3d21 100644 --- a/manifest.mf +++ b/manifest.mf @@ -9,4 +9,6 @@ Implementation-Vendor: JogAmp Community Implementation-URL: http://jogamp.org/ Implementation-Vendor-Id: com.jogamp Permissions: sandbox +Application-Library-Allowable-Codebase: * @JAR_CODEBASE_TAG@ + -- cgit v1.2.3