jnlp/schach.jnlp
changeset 16 55b0d5006e7b
parent 0 e0dbaef72362
equal deleted inserted replaced
15:d4b2b9a87d80 16:55b0d5006e7b
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Discriptor 6.0//EN" "http://java.sun.com/dtd/JNLP-6.0.dtd">
     2 <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Discriptor 6.0//EN" "http://java.sun.com/dtd/JNLP-6.0.dtd">
     3 <jnlp spec="1.0+" codebase="http://largo.homelinux.org/classes" href="schach.jnlp">
     3 <jnlp spec="1.0+" codebase="https://www.4customers.de/games" href="schach.jnlp">
     4 	<information>
     4 	<information>
     5 		<title>Chess</title>
     5 		<title>Chess</title>
     6 		<vendor>Largo Enterprises</vendor>
     6 		<vendor>4Customers</vendor>
     7 		<homepage href="http://largo.homelinux.org"></homepage>
     7 		<homepage href="https://www.4customers.de"></homepage>
     8 		<description>Chess</description>
     8 		<description>Chess</description>
     9 		<offline-allowed/>
     9 		<offline-allowed/>
    10 	</information>
    10 	</information>
    11 	<security>
    11 	<security>
    12 		<all-permissions/>
    12 		<all-permissions/>
    14 	<resources>
    14 	<resources>
    15 		<j2se version="1.5+"/>
    15 		<j2se version="1.5+"/>
    16 		<jar href="games.jar" main="true"/>
    16 		<jar href="games.jar" main="true"/>
    17 	</resources>
    17 	</resources>
    18     <application-desc>
    18     <application-desc>
    19                 <argument>none</argument>
    19         <argument>none</argument>
    20 	</application-desc>
    20 	</application-desc>
    21 </jnlp>
    21 </jnlp>