diff options
author | Sven Gothel <[email protected]> | 2014-01-23 03:29:48 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-23 03:29:48 +0100 |
commit | 1bc4f882be2c8129521b1110e52bcda9c232f8f1 (patch) | |
tree | 0402bda7cc876c2c60c05337e51187b18d8817c9 /manifest_template.mf | |
parent | d1113c49ed95a2089decdc5c270a29fcbd233d68 (diff) |
Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh), add 'Application-Library-Allowable-Codebase: *'
Diffstat (limited to 'manifest_template.mf')
-rw-r--r-- | manifest_template.mf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest_template.mf b/manifest_template.mf index 6e311fff..93fed681 100644 --- a/manifest_template.mf +++ b/manifest_template.mf @@ -16,4 +16,6 @@ Trusted-Library: true Permissions: all-permissions Name: com/jogamp/opencl/llb/impl/ Sealed: true +Application-Library-Allowable-Codebase: * @JAR_CODEBASE_TAG@ + |