diff options
author | Sven Gothel <[email protected]> | 2014-01-25 13:41:34 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-25 13:41:34 +0100 |
commit | f1090c3db5e7647b0a1e1fef2cda5f9c424a2fb8 (patch) | |
tree | f4ba5a2e477175d537a679e29e94f1cb2755979e /make/Manifest-rt | |
parent | 022c31eefaa0c11fbc069fd35cf5311a556c9ae5 (diff) |
Jar Manifest: Sealed Entries must follow generic headers - Otherwise subsequent entries are not recognized
Diffstat (limited to 'make/Manifest-rt')
-rwxr-xr-x | make/Manifest-rt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make/Manifest-rt b/make/Manifest-rt index 0600e86..2972793 100755 --- a/make/Manifest-rt +++ b/make/Manifest-rt @@ -14,8 +14,9 @@ Implementation-URL: http://jogamp.org/ Extension-Name: com.jogamp.common Trusted-Library: true Permissions: all-permissions -Name: jogamp/common/ -Sealed: true Application-Library-Allowable-Codebase: * @JAR_CODEBASE_TAG@ +Name: jogamp/common/ +Sealed: true + |