<?xml version="1.0" encoding="utf-8"?>

<!-- JNLP File for Project Designer -->
<jnlp spec="6.0+" 
	codebase="http://webbot.org.uk/webbotlib" 
	href="ProjectDesigner.jnlp">
	<information>
	    <title>WebbotLib Project Designer</title>
	    <vendor>Webbot</vendor>
	    <homepage href="index.html"/>
	    <description>WebbotLib Project Designer</description>
	    <description kind="short">An application for designing a project for a given board</description>
	    <!-- icon kind="splash"   width="256" height="256" href="Splash.JPG" / -->
	    <icon kind="shortcut" width="32" height="32" href="WebbotLib32x32.ICO"/>
	    <icon kind="shortcut" width="16" height="16" href="WebbotLib16x16.ICO"/>
	    <offline-allowed/>
	    <shortcut online="true">
		    <desktop/>
		    <menu submenu="WebbotLib"/>
		</shortcut>
	  </information>
	  
	  <security>
	      <all-permissions/> <!-- so we must sign the jars -->
	  </security>
	  
	  <!-- list the jre and other libs - native libs need extra work -->
	  <resources>
		<j2se version="1.6.0+" href="http://java.sun.com/products/autodl/j2se" 
			initial-heap-size = "64m" max-heap-size = "128m"  />
		<jar href="ProjectDesigner.jar" main="true"/>
		<jar href="fop.jar"/>
		<jar href="batik.jar"/>
		<jar href="commons-logging.jar"/>
	  </resources>
	  
	  <application-desc main-class="com.webbotlib.project.Designer"/>
	  
	  <update check="always" policy="always"/>
</jnlp>

			
