java/SuperPostak/master.jnlp
author František Kučera <franta-hg@frantovo.cz>
Sun, 23 Nov 2008 22:19:20 +0100
changeset 0 e76872ad5226
permissions -rw-r--r--
Přidání SuperPošťáka do Mercurialu (původně byl v Subversionu)
Postak – základ, knihovna
SuperPostak – GUI nadstavba
SuperPostak2 – pokus o implementaci aplikace jako modulu pro Netbeans, POZOR: není přidán do Mercurialu, možná později (pravděpodobně se ale nebude používat)
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>