Fix the LWJGL AppletLoader so that it works on Java 7u45

This commit is contained in:
kappaOne 2013-11-16 19:05:41 +00:00
parent 38a60ec533
commit 5c288b8d75
2 changed files with 5 additions and 0 deletions

View File

@ -158,6 +158,11 @@
<fileset refid="lwjgl_util_applet.fileset" />
<manifest>
<attribute name="Sealed" value="true"/>
<attribute name="Trusted-Library" value="true"/>
<attribute name="Permissions" value="all-permissions"/>
<attribute name="Codebase" value="*"/>
<attribute name="Caller-Allowable-Codebase" value="*"/>
<attribute name="Application-Library-Allowable-Codebase" value="true"/>
</manifest>
</jar>

Binary file not shown.