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 | |
parent | 022c31eefaa0c11fbc069fd35cf5311a556c9ae5 (diff) |
Jar Manifest: Sealed Entries must follow generic headers - Otherwise subsequent entries are not recognized
Diffstat (limited to 'make')
-rwxr-xr-x | make/Manifest-android-launcher | 5 | ||||
-rwxr-xr-x | make/Manifest-rt | 5 | ||||
-rwxr-xr-x | make/Manifest-rt-android | 5 | ||||
-rwxr-xr-x | make/Manifest-rt.cdc | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/make/Manifest-android-launcher b/make/Manifest-android-launcher index 392e69c..0da49d3 100755 --- a/make/Manifest-android-launcher +++ b/make/Manifest-android-launcher @@ -14,8 +14,9 @@ Implementation-URL: http://jogamp.org/ Extension-Name: jogamp.android.launcher Trusted-Library: true Permissions: all-permissions -Name: jogamp/android/launcher/ -Sealed: true Application-Library-Allowable-Codebase: * @JAR_CODEBASE_TAG@ +Name: jogamp/android/launcher/ +Sealed: true + 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 + diff --git a/make/Manifest-rt-android b/make/Manifest-rt-android index 54cf0d2..77506d4 100755 --- a/make/Manifest-rt-android +++ b/make/Manifest-rt-android @@ -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 + diff --git a/make/Manifest-rt.cdc b/make/Manifest-rt.cdc index 2207b3d..70c4f92 100755 --- a/make/Manifest-rt.cdc +++ b/make/Manifest-rt.cdc @@ -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 + |