diff options
author | Sven Gothel <[email protected]> | 2014-01-22 23:09:15 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-22 23:09:15 +0100 |
commit | 26a17333707b1354f6fdbbb2d9c1502df0dc3db2 (patch) | |
tree | 76b27b0110507d176d489ab40ac2eb8d46004b3b /make/joalversion | |
parent | fb14df47e29769531722865fc39f28212929af7b (diff) |
Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh), add 'Application-Library-Allowable-Codebase: *'
Diffstat (limited to 'make/joalversion')
-rwxr-xr-x | make/joalversion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/joalversion b/make/joalversion index 7f9381f..667a9c5 100755 --- a/make/joalversion +++ b/make/joalversion @@ -16,5 +16,6 @@ Trusted-Library: true Permissions: all-permissions Name: jogamp/openal/ Sealed: true +Application-Library-Allowable-Codebase: * @JAR_CODEBASE_TAG@ |