summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-23 03:29:48 +0100
committerSven Gothel <[email protected]>2014-01-23 03:29:48 +0100
commit1bc4f882be2c8129521b1110e52bcda9c232f8f1 (patch)
tree0402bda7cc876c2c60c05337e51187b18d8817c9
parentd1113c49ed95a2089decdc5c270a29fcbd233d68 (diff)
Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh), add 'Application-Library-Allowable-Codebase: *'
-rw-r--r--manifest_template.mf2
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@
+