diff options
author | Sven Gothel <[email protected]> | 2014-01-25 13:43:27 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-25 13:43:27 +0100 |
commit | 33fedf71ce67db3548b7c41819acc46ae01536a0 (patch) | |
tree | cc3a32a868fe555c2e08d957a46c81810db308f4 | |
parent | 26a17333707b1354f6fdbbb2d9c1502df0dc3db2 (diff) |
Jar Manifest: Sealed Entries must follow generic headers - Otherwise subsequent entries are not recognized
-rwxr-xr-x | make/joalversion | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make/joalversion b/make/joalversion index 667a9c5..98ccc3b 100755 --- a/make/joalversion +++ b/make/joalversion @@ -14,8 +14,9 @@ Extension-Name: com.jogamp.openal Implementation-Vendor-Id: com.jogamp Trusted-Library: true Permissions: all-permissions -Name: jogamp/openal/ -Sealed: true Application-Library-Allowable-Codebase: * @JAR_CODEBASE_TAG@ +Name: jogamp/openal/ +Sealed: true + |