summaryrefslogtreecommitdiffstats
path: root/manifest_template.mf
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-21 10:24:49 +0200
committerSven Gothel <[email protected]>2013-06-21 10:24:49 +0200
commit27a63283a3027d207b5ab2b63b3f92328d757dfc (patch)
tree91763dbbb5f1291dc5a6bbac974fd9a2131add6f /manifest_template.mf
parent7878a3ea18f2c6429728e55ba70145ee1269b12c (diff)
Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase
Diffstat (limited to 'manifest_template.mf')
-rw-r--r--manifest_template.mf4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifest_template.mf b/manifest_template.mf
index 9949b48d..fd57c8bb 100644
--- a/manifest_template.mf
+++ b/manifest_template.mf
@@ -12,3 +12,7 @@ Implementation-Vendor-Id: com.jogamp
Specification-Vendor: JogAmp Community
Extension-Name: com.jogamp.opencl
Trusted-Library: true
+Permissions: all-permissions
+Name: com/jogamp/opencl/llb/impl/
+Sealed: true
+@JAR_CODEBASE_TAG@