jnlp/checkers.jnlp
author Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 13 Dec 2008 13:40:43 +0100
changeset 0 e0dbaef72362
child 16 55b0d5006e7b
permissions -rw-r--r--
svn copy of the chess engine

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Discriptor 6.0//EN" "http://java.sun.com/dtd/JNLP-6.0.dtd">
<jnlp spec="1.0+" codebase="http://largo.homelinux.org/classes" href="checkers.jnlp">
	<information>
		<title>Checkers</title>
		<vendor>Largo Enterprises</vendor>
		<homepage href="http://largo.homelinux.org"></homepage>
		<description>Checkers</description>
		<offline-allowed/>
	</information>
	<security>
		<all-permissions/>
	</security>
	<resources>
		<j2se version="1.5+"/>
		<jar href="games.jar" main="true"/>
	</resources>
    <application-desc main-class="org.homelinux.largo.checkers.Checkers">
                <argument>none</argument>
	</application-desc>
</jnlp>