update for support of modern JDKs #113

Closed
fabrice-ducos wants to merge 26 commits from fabrice-ducos/master into master
Showing only changes of commit a40e6862f4 - Show all commits

View File

@@ -70,7 +70,7 @@
-keep public class * extends java.applet.Applet -keep public class * extends java.applet.Applet
-target 1.4 -target 1.8
</proguard> </proguard>
</target> </target>
@@ -95,7 +95,7 @@
width='800' width='800'
height='640' > height='640' >
<param name='luaj.script' value='${script.name}.lua'/> <param name='luaj.script' value='${script.name}.lua'/>
<param name="java_version" value="1.4+"/> <param name="java_version" value="1.8+"/>
</applet> </applet>
</body> </body>
</html> </html>