<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.5+"
  codebase="http://copland.udel.edu/~marbaugh"
href="UDBusRoute.jnlp">
<information>
  <title>UD Bus System</title>
  <vendor>Wallaby Bus System 2006</vendor>
  <homepage href="http://copland.udel.edu/~marbaugh" />
  <description>UD Bus System</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
  <j2ee-application-client-permissions/>
</security>
<resources>
    <j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+"/>
    <jar href="Wallaby.jar" main="true"/>
	</resources>
	<application-desc main-class="UDBusRoute"/>
</jnlp>

