JWSTest.jnlp

<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="http://localhost:8080/" spec="1.0+" href="JWSTest.jnlp">
  <information>
    <title>JWSTest</title>
    <vendor>Gilles Roussel</vendor>
    <homepage href="JWSTest.html"/>
    <description>Java Web Start Test</description>
    <description kind="short">A simple JWS Application.</description>
    <icon href="JWSTest.small.jpg"/>
    <offline-allowed/>
  </information>
  <information locale="fr_FR">
    <homepage href="JWSTest_fr.html"/>
    <description kind="short">Une application JWS simple.</description>
  </information>
  <security>
    <all-permissions/>
  </security>
  <resources>
      <j2se version="1.3+"/>
      <jar href="JWSTest.jar" main="true" download="eager"/>
   </resources>
  <application-desc main-class="fr.umlv.ji.jnlp.JWSTest">
    <argument>JWSTest.jpg</argument>
  <application-desc/>
</jnlp>