<?xml version="1.0" encoding="utf-8"?>
<jnlp
  spec="1.0+"
  codebase="@host"
  href="dashboard.jnlp">
  <information>
    <title>Biomoby Dashboard Application</title>
    <vendor>Biomoby Consortium</vendor>
    <homepage href="http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Java/docs/"/>
    <description>The Biomoby Dashboard application for browsing, registration and calling of Biomoby Web Services</description>
    <description kind="short">The dashboard to browse and work with Biomoby</description>
    <offline-allowed/>
  </information>
  <security>
      <all-permissions/>
  </security>
  <resources>
	<j2se version="1.5+"/>
        @libs
  </resources>
  <application-desc main-class="org.biomoby.service.dashboard.Dashboard"/>
</jnlp> 
