diff options
Diffstat (limited to 'src/redbook/master-applet.jnlp')
-rw-r--r-- | src/redbook/master-applet.jnlp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/redbook/master-applet.jnlp b/src/redbook/master-applet.jnlp new file mode 100644 index 0000000..3e49332 --- /dev/null +++ b/src/redbook/master-applet.jnlp @@ -0,0 +1,23 @@ +<jnlp spec="1.0+" codebase="${jnlp.codebase}" href="launch.jnlp"> + <information> + <title>${APPLICATION.TITLE}</title> + <vendor>${APPLICATION.VENDOR}</vendor> + <homepage href="${APPLICATION.HOMEPAGE}"/> + <description>${APPLICATION.DESC}</description> + <description kind="short">${APPLICATION.DESC.SHORT}</description> +<!--${JNLP.ICONS}--> +<!--${JNLP.OFFLINE.ALLOWED}--> + </information> +<!--${JNLP.SECURITY}--> + <resources> +<!--${JNLP.RESOURCES.RUNTIME}--> +<!--${JNLP.RESOURCES.MAIN.JAR}--> +<!--${JNLP.RESOURCES.JARS}--> +<!--${JNLP.RESOURCES.EXTENSIONS}--> + <extension name="jogl-all-awt" href="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-all-awt.jnlp" /> + </resources> + <applet-desc main-class="${jnlp.main.class}" name="${APPLICATION.TITLE}" + width="${jnlp.applet.width}" height="${jnlp.applet.height}"> +<!--${JNLP.APPLET.PARAMS}--> + </applet-desc> +</jnlp> |