java/SuperPostak/master.jnlp
author František Kučera <franta-hg@frantovo.cz>
Wed, 09 May 2012 18:10:02 +0200
changeset 19 8d1b4d36c88d
parent 0 e76872ad5226
permissions -rw-r--r--
Added tag v1.1 for changeset 9cb46ca7e26c
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <jnlp spec="1.0+" codebase="${jnlp.codebase}" href="launch.jnlp">
     3     <information>
     4         <title>${APPLICATION.TITLE}</title>
     5         <vendor>${APPLICATION.VENDOR}</vendor>
     6         <description>${APPLICATION.DESC}</description>
     7         <description kind="short">${APPLICATION.DESC.SHORT}</description>
     8         <homepage href="${APPLICATION.HOMEPAGE}"/>
     9 <!--${JNLP.ICONS}-->
    10 <!--${JNLP.OFFLINE.ALLOWED}-->
    11     </information>
    12 <!--${JNLP.SECURITY}-->
    13     <resources>
    14 <!--${JNLP.RESOURCES.RUNTIME}-->
    15 <!--${JNLP.RESOURCES.MAIN.JAR}-->
    16 <!--${JNLP.RESOURCES.JARS}-->
    17     </resources>
    18     <application-desc main-class="${jnlp.main.class}">
    19 <!--${JNLP.APPLICATION.ARGS}-->
    20     </application-desc>
    21 </jnlp>