From 6704fab767307b89fa21250c20f1dab56323ffac Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 20 Jun 2013 04:29:21 +0200 Subject: 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 --- make/Manifest-rt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make/Manifest-rt') diff --git a/make/Manifest-rt b/make/Manifest-rt index 99c6c7e..ce6a0a5 100755 --- a/make/Manifest-rt +++ b/make/Manifest-rt @@ -12,3 +12,7 @@ Implementation-Vendor-Id: com.jogamp Implementation-URL: http://jogamp.org/ Extension-Name: com.jogamp.common Trusted-Library: true +Permissions: all-permissions +Name: jogamp/common/ +Sealed: true +@JAR_CODEBASE_TAG@ -- cgit v1.2.3