summaryrefslogtreecommitdiffstats
path: root/make/joalversion
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-20 20:09:13 +0200
committerSven Gothel <[email protected]>2013-06-20 20:09:13 +0200
commit55b5449ce106164e7f47b827cbe03a7831de9942 (patch)
tree35784810b46762dd5f416d230b4780f8d26db007 /make/joalversion
parent7c8d351fdbc562aebc2c7796c5b8e8673bff3dca (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 'make/joalversion')
-rwxr-xr-xmake/joalversion4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/joalversion b/make/joalversion
index d670b2b..93a934f 100755
--- a/make/joalversion
+++ b/make/joalversion
@@ -12,3 +12,7 @@ Implementation-URL: http://jogamp.org/
Extension-Name: com.jogamp.openal
Implementation-Vendor-Id: com.jogamp
Trusted-Library: true
+Permissions: all-permissions
+Name: jogamp/openal/
+Sealed: true
+@JAR_CODEBASE_TAG@