<?xml version="1.0" encoding="utf-8"?> 
<jnlp 
  spec="1.0+" 
  codebase="http://itbsllc.com/ts"
  href="app_itbs.jnlp"
  >
  <information> 
    <title>Timesheet Repository.</title> 
    <vendor>ITBS LLC</vendor> 
    <description>Timesheet management system.</description> 
    <description kind="short">Timesheets</description> 
    <icon href="logo.gif"/>

  </information> 
  <security> 
    <all-permissions/> 
  </security> 
  <resources>     
    <j2se version="1.4+"/>
    <jar href="ts.jar" main="true"/>  
    <jar href="connector.jar" />  
    <property name="TC_IP" value="138.89.99.80"/> 
  </resources> 
  <application-desc main-class="com.itbs.timedbilling.gui.Main">   
  </application-desc>
</jnlp> 