jnlp/schach.jnlp
author Markus Bröker<broeker.markus@googlemail.com>
Fri, 27 Jan 2017 21:25:15 +0100
changeset 16 55b0d5006e7b
parent 0 e0dbaef72362
permissions -rw-r--r--
Sourcecode neu formatiert und ins Jahr 2017 migriert Eine 9 Jahre alte Software konnte mit einigen Korrekturen wieder belebt werden.

<?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="https://www.4customers.de/games" href="schach.jnlp">
	<information>
		<title>Chess</title>
		<vendor>4Customers</vendor>
		<homepage href="https://www.4customers.de"></homepage>
		<description>Chess</description>
		<offline-allowed/>
	</information>
	<security>
		<all-permissions/>
	</security>
	<resources>
		<j2se version="1.5+"/>
		<jar href="games.jar" main="true"/>
	</resources>
    <application-desc>
        <argument>none</argument>
	</application-desc>
</jnlp>