diff options
author | Sven Gothel <[email protected]> | 2014-01-22 23:07:48 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-22 23:07:48 +0100 |
commit | 45f78321160cd6303a35ec52768367ef5ccef9e0 (patch) | |
tree | f87ca343813a04669e75b0f06abeafe88abca49b /make/Manifest | |
parent | efb7c478fda04336292104b10c3adf985d59b173 (diff) |
Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh), add 'Application-Library-Allowable-Codebase: *'
Diffstat (limited to 'make/Manifest')
-rwxr-xr-x | make/Manifest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/Manifest b/make/Manifest index 5245afa..fc4501b 100755 --- a/make/Manifest +++ b/make/Manifest @@ -14,3 +14,4 @@ Implementation-URL: http://jogamp.org/ Extension-Name: com.jogamp.gluegen Main-Class: com.jogamp.gluegen.GlueGen Class-Path: antlr.jar + |