- unify jME3 jar file names - build optional libraries - build android jar as opt library - build native bullet as opt library - cleanup Natives.java - add bullet native extraction to Natives.java - add better macosx Java7 recgnition to JmeSystem.java - add dependency finder ant lib for comparing native and java bullet API git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7403 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
28 lines
894 B
Plaintext
28 lines
894 B
Plaintext
<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/jME3-testdata.jar'/>
|
|
<jar href="lib/jME3-test.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>
|