<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://www.kunstmusik.com/applications/">
<information>
  <title>LifeTimer</title>
  <vendor>Steven Yi</vendor>
  <homepage href="http://www.kunstmusik.com" />
  <description>A Program to Time Things in Your Life...</description>
  <offline-allowed/>
  <icon href="http://www.kunstmusik.com/applications/lifeTimer.gif" />
</information>
<security>
  <all-permissions />
</security>

<resources>
  <j2se version="1.4+" />
  <jar href="LifeTimer.jar" />
  <jar href="lib/swing-layout-1.0.1.jar" />
</resources>
<application-desc main-class="lifetimer.Main" />
</jnlp>
