| 2 | | (stub) |
| | 4 | {{{ |
| | 5 | <?xml version="1.0" encoding="UTF-8"?> |
| | 6 | <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Descriptor 6.0//EN" "http://java.sun.com/dtd/JNLP-6.0.dtd"> |
| | 7 | <jnlp spec="6.0+" codebase="https://josm.openstreetmap.de/download/" href="josm.jnlp"> |
| | 8 | <information> |
| | 9 | <title>JOSM</title> |
| | 10 | <vendor>OpenStreetMap</vendor> |
| | 11 | <homepage href="https://josm.openstreetmap.de"/> |
| | 12 | <description>Java OpenStreetMap editor</description> |
| | 13 | <description kind="one-line">JOSM</description> |
| | 14 | <description kind="tooltip">JOSM</description> |
| | 15 | <icon href="https://josm.openstreetmap.de/svn/trunk/images/logo.png"/> |
| | 16 | <offline-allowed/> |
| | 17 | <shortcut> |
| | 18 | <desktop/> |
| | 19 | <menu/> |
| | 20 | </shortcut> |
| | 21 | </information> |
| | 22 | <security> |
| | 23 | <all-permissions/> |
| | 24 | </security> |
| | 25 | <resources> |
| | 26 | <java version="1.8+"/> |
| | 27 | <jar href="josm-tested.jar"/> |
| | 28 | <property name="java.util.Arrays.useLegacyMergeSort" value="true"/> |
| | 29 | </resources> |
| | 30 | <application-desc main-class="JOSM"/> |
| | 31 | </jnlp> |
| | 32 | }}} |