equal
deleted
inserted
replaced
|
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"> |
|
3 <jnlp spec="1.0+" codebase="http://largo.homelinux.org/classes" href="checkers.jnlp"> |
|
4 <information> |
|
5 <title>Checkers</title> |
|
6 <vendor>Largo Enterprises</vendor> |
|
7 <homepage href="http://largo.homelinux.org"></homepage> |
|
8 <description>Checkers</description> |
|
9 <offline-allowed/> |
|
10 </information> |
|
11 <security> |
|
12 <all-permissions/> |
|
13 </security> |
|
14 <resources> |
|
15 <j2se version="1.5+"/> |
|
16 <jar href="games.jar" main="true"/> |
|
17 </resources> |
|
18 <application-desc main-class="org.homelinux.largo.checkers.Checkers"> |
|
19 <argument>none</argument> |
|
20 </application-desc> |
|
21 </jnlp> |