<?xml version="1.0" encoding="UTF-8"?>
<jnlp  	spec="1.0+"	  
	codebase="http://www.cs.kent.ac.uk/projects/vital/web-start"
	href = "start.jnlp">

  <information>
    <title>Vital</title>
    <vendor>University of Kent</vendor>
    <homepage href="http://www.cs.kent.ac.uk/projects/vital/" />
    <description>The Vital programming environment: April 2005</description>
    <icon href="http://www.cs.kent.ac.uk/projects/vital/images/lambda.gif"/>
  </information>
	
  <resources>
    <j2se version="1.4+" />
    <jar href="bundle-2005-04-19.jar"/>
  </resources>

  <application-desc main-class="vital.Vital">
    <argument>Startup</argument>
  </application-desc>

</jnlp>
