<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for Cliff -->

<jnlp spec="1.0+"
      codebase="http://home.roadrunner.com/~jbmatthews/cliff/" 
      href="Cliff.jnlp">
   <information>
      <title>Cliff</title>
      <vendor>John B. Matthews.</vendor>
      <description>Cliff: Dreams of the Latööcarfians</description>
      <homepage href="http://home.roadrunner.com/~jbmatthews/cliff/cliff.html"/>
      <description kind="short">Cliff</description>
      <offline-allowed/>
   </information>
   <resources>     
      <jar href="Cliff.jar"/>   
      <j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se"/>
   </resources>
   <application-desc main-class="org.gcs.cliff.Cliff"/>
</jnlp>
