diff options
author | Sven Gothel <[email protected]> | 2014-01-22 23:13:32 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-22 23:13:32 +0100 |
commit | f23e0ce12d96971adca1178a9ea394b4b3accc0f (patch) | |
tree | 9a846a5da836186eec0c3ad686b3e0f3f3e11cf2 | |
parent | 6008ff08e84cdce78da49e1e3e03a0fe13437783 (diff) |
Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh), add 'Application-Library-Allowable-Codebase: *'
-rw-r--r-- | manifest.mf | 2 |
1 files changed, 2 insertions, 0 deletions
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@ + |