diff options
author | Sven Gothel <[email protected]> | 2013-06-20 04:29:21 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-20 04:29:21 +0200 |
commit | 6704fab767307b89fa21250c20f1dab56323ffac (patch) | |
tree | ac7b5460d6f706188b2a8c75f8fa2adb592723df /make/Manifest-android-launcher | |
parent | 6c30050195849cd385422fc6e65230c16b818215 (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/Manifest-android-launcher')
-rwxr-xr-x | make/Manifest-android-launcher | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/Manifest-android-launcher b/make/Manifest-android-launcher index d97af77..52dfca6 100755 --- a/make/Manifest-android-launcher +++ b/make/Manifest-android-launcher @@ -12,3 +12,7 @@ Implementation-Vendor-Id: com.jogamp Implementation-URL: http://jogamp.org/ Extension-Name: jogamp.android.launcher Trusted-Library: true +Permissions: all-permissions +Name: jogamp/android/launcher/ +Sealed: true +@JAR_CODEBASE_TAG@ |