Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - ↵ | Sven Gothel | 2014-01-22 | 1 | -0/+1 |
| | | | | duh), add 'Application-Library-Allowable-Codebase: *' | ||||
* | Adaption of Oracle's Deployment changes, i.e. >= 7u51 | Sven Gothel | 2014-01-22 | 1 | -0/+1 |
| | | | | | | | | | | Sadly, due to Oracle's Java Applet Plugin update 7u51, unsigned applets are no more allowed and effectively lower the bar to create user applets with raised privileges.<br/> Hence JogAmp Community <b>signs</b> jogl-all.jar and gluegen-rt.jar, which contain the JOGL's supporting classes as well as jogl-test.jar, which contains the applet class.<br/> jogl-test.jar's manifest file uses <i>Permissions: sandbox</i> to <b>not raise privileges</b>. | ||||
* | Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs .. | Sven Gothel | 2013-11-01 | 1 | -0/+1 |
| | |||||
* | Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) ↵ | Sven Gothel | 2013-06-21 | 1 | -0/+16 |
producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase |