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
franta-hg@0
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@0
     2
<jnlp spec="1.0+" codebase="${jnlp.codebase}" href="launch.jnlp">
franta-hg@0
     3
    <information>
franta-hg@0
     4
        <title>${APPLICATION.TITLE}</title>
franta-hg@0
     5
        <vendor>${APPLICATION.VENDOR}</vendor>
franta-hg@0
     6
        <description>${APPLICATION.DESC}</description>
franta-hg@0
     7
        <description kind="short">${APPLICATION.DESC.SHORT}</description>
franta-hg@0
     8
        <homepage href="${APPLICATION.HOMEPAGE}"/>
franta-hg@0
     9
<!--${JNLP.ICONS}-->
franta-hg@0
    10
<!--${JNLP.OFFLINE.ALLOWED}-->
franta-hg@0
    11
    </information>
franta-hg@0
    12
<!--${JNLP.SECURITY}-->
franta-hg@0
    13
    <resources>
franta-hg@0
    14
<!--${JNLP.RESOURCES.RUNTIME}-->
franta-hg@0
    15
<!--${JNLP.RESOURCES.MAIN.JAR}-->
franta-hg@0
    16
<!--${JNLP.RESOURCES.JARS}-->
franta-hg@0
    17
    </resources>
franta-hg@0
    18
    <application-desc main-class="${jnlp.main.class}">
franta-hg@0
    19
<!--${JNLP.APPLICATION.ARGS}-->
franta-hg@0
    20
    </application-desc>
franta-hg@0
    21
</jnlp>