diff options
author | Sven Gothel <[email protected]> | 2013-06-21 10:24:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-21 10:24:49 +0200 |
commit | 27a63283a3027d207b5ab2b63b3f92328d757dfc (patch) | |
tree | 91763dbbb5f1291dc5a6bbac974fd9a2131add6f /manifest_template.mf | |
parent | 7878a3ea18f2c6429728e55ba70145ee1269b12c (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.mf | 4 |
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@ |