<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for BatClient -->
<jnlp
  spec="1.6+"
  codebase="http://mirror-eu.bat.org/batclient"
  href="batclient-eu.jnlp">
  <information>
    <title>Batclient</title>
    <vendor>Balanced Alternative Techniques ry</vendor>
    <homepage href="docs/help.html"/>
    <description>Batclient</description>
    <description kind="short">A graphical user interface for BatMUD.</description>
    <icon href="http://mirror-eu.bat.org/batclient/images/icon.gif"/>
    <shortcut>
      <desktop/>
      <menu submenu="BatMUD"/>
    </shortcut>
  </information>
  <security>
      <all-permissions/>
  </security>
  <resources>
    <j2se version="1.6+" java-vm-args="-Xmx256m"/>
    <jar href="lib/bat_client.jar"/>
    <jar href="lib/bat_resources.jar"/>
    <jar href="lib/bat_interfaces.jar"/>
    <jar href="lib/bat_html.jar"/>
    <jar href="lib/jdom.jar"/>
    <jar href="lib/bsh-2.0b4.jar"/>
    <jar href="lib/swingx.jar"/>
    <jar href="lib/swingx-bean.jar"/>
    <jar href="lib/swingx-ws-2009_04_19.jar"/>
    <jar href="lib/swing-worker.jar"/>
  </resources>
  <application-desc main-class="com.mythicscape.batclient.Main"/>
</jnlp>