diff options
author | Sven Gothel <[email protected]> | 2014-01-22 23:10:27 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-22 23:10:27 +0100 |
commit | 2987cb96ae50d855d9fec2498411bdbaf1c5bbc7 (patch) | |
tree | 1ba80cbc3caac84526d38e5641f10468a995be13 /make | |
parent | e97c3336039ea8408f52b896b22a776b1112509f (diff) |
Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh)
Diffstat (limited to 'make')
-rw-r--r-- | make/manifest.mf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/manifest.mf b/make/manifest.mf index 8f2ce91..015fcbf 100644 --- a/make/manifest.mf +++ b/make/manifest.mf @@ -4,3 +4,4 @@ Implementation-Title: Java Bindings for OpenAL Tests Implementation-Vendor: JogAmp Community Implementation-URL: http://jogamp.org/ Implementation-Vendor-Id: com.jogamp + |