aboutsummaryrefslogtreecommitdiffstats
path: root/demo-template.jnlp
blob: 16ba9682c20e52cf0265aab6c67a439ad2a55b36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

<jnlp codebase="DEMO_CODEBASE_TAG" href="NAME_TAG.jnlp">
    <information>
        <title>DEMO_TITLE</title>
        <vendor>JogAmp Community.</vendor>
        <homepage href="http://jocl.jogamp.org"/>
        <description>DEMO_TITLE</description>
        <description kind="short">DEMO_TITLE</description>
        <offline-allowed/>
    </information>
    <update check="background" policy="always"/>

    <resources>
        <j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
        <property name="sun.java2d.noddraw" value="true"/>
        <jar href="jocl-demos.jar" main="true"/>
        <extension name="jocl" href="JOCL_CODEBASE_TAG/jocl.jnlp" />
        <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
    </resources>

    <application-desc main-class="CLASS_TAG"/>
</jnlp>