<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for JRemoteforMyth -->
<jnlp 
	spec="1.0+" 
	version="0.1.0.6"
	codebase="http://www.stonekeep.com/" 
	href="JRemoteforMyth.jnlp">

	<information>
		<title>JRemoteforMyth</title>
		<vendor>Stonekeep Consulting, Inc.</vendor>
		<homepage href="http://www.stonekeep.com/jremoteformyth.php"/>
		<description>MythTV Remote control GUI</description>
		<description kind="short">A GUI application written in Java to control a MythTV Frontend over a network socket</description>
		<icon href="http://www.stonekeep.com/images/jremoteformyth.jpg"/>
		<offline-allowed/>
	</information>

	<security>
		<all-permissions/>
	</security>

	<resources>
		<j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se"/> 
		<jar href="JRemoteforMyth.jar"/>
	</resources>

	<application-desc main-class="com.stonekeep.mythtools.JRemoteforMyth"/>

</jnlp> 
