blob: 708a417be32b3e9e15998dd06362b4fa4ea7968b [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="6.0" xmlns:jfx="http://javafx.com" href="@NAME@_applet.jnlp">
<information>
<title>@TITLE@</title>
<vendor>@VENDOR@</vendor>
<description>@DESCRIPTION@</description>@ICON@ @OFFLINE@
</information>@PERMISSIONS@
<resources>
<j2se @VMARGS@version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
<jar href="@NAME@.jar" size="@FILESIZE@" download="eager" />
</resources>
<resources>
<jfx:javafx-runtime version="2.0+"
href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
</resources>
<applet-desc width="@WIDTH@" height="@HEIGHT@"
main-class="@MAINCLASS@"
name="@NAME@">@PARAMETERS@
</applet-desc>
<update check="@UPDATEMODE@"/>
</jnlp>