diff options
author | Sven Gothel <[email protected]> | 2014-01-22 23:09:15 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-22 23:09:15 +0100 |
commit | 26a17333707b1354f6fdbbb2d9c1502df0dc3db2 (patch) | |
tree | 76b27b0110507d176d489ab40ac2eb8d46004b3b | |
parent | fb14df47e29769531722865fc39f28212929af7b (diff) |
Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh), add 'Application-Library-Allowable-Codebase: *'
-rwxr-xr-x | make/joalversion | 1 | ||||
-rw-r--r-- | make/joalversion-test-android | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/make/joalversion b/make/joalversion index 7f9381f..667a9c5 100755 --- a/make/joalversion +++ b/make/joalversion @@ -16,5 +16,6 @@ Trusted-Library: true Permissions: all-permissions Name: jogamp/openal/ Sealed: true +Application-Library-Allowable-Codebase: * @JAR_CODEBASE_TAG@ diff --git a/make/joalversion-test-android b/make/joalversion-test-android index 3fafc3a..2c94ecf 100644 --- a/make/joalversion-test-android +++ b/make/joalversion-test-android @@ -12,3 +12,4 @@ Implementation-Vendor: JogAmp Community Implementation-URL: http://jogamp.org/ Extension-Name: com.jogamp.openal.test Implementation-Vendor-Id: com.jogamp + |