You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
861 B
26 lines
861 B
<jnlp spec="1.0+" codebase="${jnlp.codebase}" href="launch.jnlp">
|
|
<information>
|
|
<title>${APPLICATION.TITLE}</title>
|
|
<vendor>${APPLICATION.VENDOR}</vendor>
|
|
<homepage href="${APPLICATION.HOMEPAGE}"/>
|
|
<description>${APPLICATION.DESC}</description>
|
|
<description kind="short">${APPLICATION.DESC.SHORT}</description>
|
|
<!--${JNLP.ICONS}-->
|
|
</information>
|
|
<!--${JNLP.UPDATE}-->
|
|
<!--${JNLP.SECURITY}-->
|
|
<resources>
|
|
<!--${JNLP.RESOURCES.RUNTIME}-->
|
|
<!--${JNLP.RESOURCES.MAIN.JAR}-->
|
|
<!--${JNLP.RESOURCES.JARS}-->
|
|
<jar href='lib/jme3testdata.jar'/>
|
|
<!--${JNLP.RESOURCES.EXTENSIONS}-->
|
|
</resources>
|
|
<application-desc main-class="${jnlp.main.class}">
|
|
<!--${JNLP.APPLICATION.ARGS}-->
|
|
</application-desc>
|
|
<shortcut online="false">
|
|
<desktop />
|
|
<menu submenu="jMonkeyEngine 3.0"/>
|
|
</shortcut>
|
|
</jnlp>
|
|
|