isac-java/master-application.jnlp
author Walther Neuper <wneuper@ist.tugraz.at>
Mon, 17 Dec 2018 13:02:16 +0100
changeset 5234 22aabc469ebb
parent 4609 da474892a44c
permissions -rw-r--r--
tuned
tzilling@4609
     1
<jnlp spec="1.0+" codebase="${jnlp.codebase}" href="launch.jnlp">
tzilling@4609
     2
    <information>
tzilling@4609
     3
        <title>${APPLICATION.TITLE}</title>
tzilling@4609
     4
        <vendor>${APPLICATION.VENDOR}</vendor>
tzilling@4609
     5
        <homepage href="${APPLICATION.HOMEPAGE}"/>
tzilling@4609
     6
        <description>${APPLICATION.DESC}</description>
tzilling@4609
     7
        <description kind="short">${APPLICATION.DESC.SHORT}</description>
tzilling@4609
     8
        <!--${JNLP.ICONS}-->
tzilling@4609
     9
        <!--${JNLP.OFFLINE.ALLOWED}-->
tzilling@4609
    10
    </information>
tzilling@4609
    11
    <!--${JNLP.UPDATE}-->
tzilling@4609
    12
    <!--${JNLP.SECURITY}-->
tzilling@4609
    13
    <resources>
tzilling@4609
    14
        <!--${JNLP.RESOURCES.RUNTIME}-->
tzilling@4609
    15
        <!--${JNLP.RESOURCES.MAIN.JAR}-->
tzilling@4609
    16
        <!--${JNLP.RESOURCES.JARS}-->
tzilling@4609
    17
        <!--${JNLP.RESOURCES.EXTENSIONS}-->
tzilling@4609
    18
    </resources>
tzilling@4609
    19
    <application-desc main-class="${jnlp.main.class}">
tzilling@4609
    20
        <!--${JNLP.APPLICATION.ARGS}-->
tzilling@4609
    21
    </application-desc>
tzilling@4609
    22
</jnlp>