Changes between Version 2 and Version 3 of Help/jnlpOptions


Ignore:
Timestamp:
2016-08-20T16:04:23+02:00 (10 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/jnlpOptions

    v2 v3  
     1== Default josm.jnlp ==
     2[https://github.com/openstreetmap/josm/blob/mirror/josm.jnlp josm.jnlp]:
    13
    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}}}
    333
    434== External resources ==