Newer
Older
adjustgpx-core / AdjustTime / master-application.jnlp
@hayashi yuu hayashi yuu on 2 Aug 2015 821 bytes Commandのマルチタスク化
  1. <jnlp spec="1.0+" codebase="${jnlp.codebase}" href="launch.jnlp">
  2. <information>
  3. <title>${APPLICATION.TITLE}</title>
  4. <vendor>${APPLICATION.VENDOR}</vendor>
  5. <homepage href="${APPLICATION.HOMEPAGE}"/>
  6. <description>${APPLICATION.DESC}</description>
  7. <description kind="short">${APPLICATION.DESC.SHORT}</description>
  8. <!--${JNLP.ICONS}-->
  9. <!--${JNLP.OFFLINE.ALLOWED}-->
  10. </information>
  11. <!--${JNLP.UPDATE}-->
  12. <!--${JNLP.SECURITY}-->
  13. <resources>
  14. <!--${JNLP.RESOURCES.RUNTIME}-->
  15. <!--${JNLP.RESOURCES.MAIN.JAR}-->
  16. <!--${JNLP.RESOURCES.JARS}-->
  17. <!--${JNLP.RESOURCES.EXTENSIONS}-->
  18. </resources>
  19. <application-desc main-class="${jnlp.main.class}">
  20. <!--${JNLP.APPLICATION.ARGS}-->
  21. </application-desc>
  22. </jnlp>