<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for Jacoto, the JavaCollectionTool -->
<jnlp
  spec="1.0+"
  codebase="http://www.gungfu.de/go/coding/Jacoto"
  href="jacoto.jnlp">
  <information>
    <title>Jacoto</title>
    <vendor>Steffen Glueckselig</vendor>
    <homepage href="index.html"/>
    <description>Jacoto - JavaCollectionTool</description>
    <description kind="short">Jacoto - Tool for managing collections of SGF-records</description>
    <icon href="jacoto.jpg"/>
    <offline-allowed/>
  </information>
  <security>
      <all-permissions/>
  </security>
  <resources>
    <j2se version="1.3.1+"/>
    <jar href="Jacoto.jar"/>
  </resources>
  <application-desc main-class="de.gungfu.jacoto.Jacoto"/>
</jnlp>