<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec= "1.0+"
	codebase= "http://phillips-lab.biochem.wisc.edu/wbs"
  	href = "xrayplot.jnlp">
  	<information>
		<title>XRayPlot</title>
		<vendor>George N. Phillips, Jr.</vendor>
		<homepage href="http://phillips-lab.biochem.wisc.edu/xrayplotuse.html" />
		<description>Displays arbitrary planes of diffraction data.</description>
	</information>
	<icon href="image.jpg"/>
	<offline-allowed/>
	<resources>
		<j2se version="1.4+ 1.3+ 1.2+" />
		<jar href="xrayplotJWS.jar"/>
	</resources>
	<application-desc main-class="XRayPlot"/>
</jnlp>


