<?xml version="1.0" encoding="ISO8859_1"?>
<jnlp spec="0.2 1.0" href="/htdoc/sdtgui.jnlp" codebase="http://epprda:50019/">
  <information>
    <title>SDTGui</title>
    <vendor>SAP AG</vendor>
    <description kind="short">SAP SDTGui</description>
    <icon href="/htdoc/pic/sdtgui_big.gif"/>
  </information>
  <security>
    <all-permissions/>
  </security>
  <resources>
    <j2se version="1.5+"/>
    <jar download="eager" href="/lib/sdt_compatibility.jar"/>
    <jar download="eager" href="/lib/sdt_engine.jar"/>
    <jar download="eager" href="/lib/sdt_gui.jar"/>
    <jar download="eager" href="/lib/sdt_util.jar"/>
    <jar download="eager" href="/lib/sdt_trace.jar"/>
  </resources>
  <application-desc main-class="SDTGui">
    <argument>host=epprda.sgnsis.com</argument>
    <argument>port=50018</argument>
    <argument>service=JSPMService</argument>
  </application-desc>
</jnlp>