1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Descriptor 6.0//EN" "http://java.sun.com/dtd/JNLP-6.0.dtd">
|
---|
3 | <jnlp spec="6.0+" codebase="https://josm.openstreetmap.de/download/" href="">
|
---|
4 | <information>
|
---|
5 | <title>JOSM (development version)</title>
|
---|
6 | <vendor>OpenStreetMap</vendor>
|
---|
7 | <homepage href="https://josm.openstreetmap.de"/>
|
---|
8 | <description>Java OpenStreetMap editor</description>
|
---|
9 | <description kind="one-line">JOSM</description>
|
---|
10 | <description kind="tooltip">JOSM</description>
|
---|
11 | <icon href="https://josm.openstreetmap.de/svn/trunk/images/logo.png"/>
|
---|
12 | <offline-allowed/>
|
---|
13 | <shortcut>
|
---|
14 | <desktop/>
|
---|
15 | <menu/>
|
---|
16 | </shortcut>
|
---|
17 | </information>
|
---|
18 | <security>
|
---|
19 | <all-permissions/>
|
---|
20 | </security>
|
---|
21 | <resources>
|
---|
22 | <j2se version="1.7+" max-heap-size="1000m" />
|
---|
23 | <!-- <j2se version="1.7+" max-heap-size="1000m" java-vm-args="-XX:+PrintGC -XX:+PrintGCDetails -XX:+UseG1GC -XX:+UseStringDeduplication -XX:+PrintStringDeduplicationStatistics" />/> -->
|
---|
24 | <jar href="josm-snapshot-9227.jar"/>
|
---|
25 | <property name="java.util.Arrays.useLegacyMergeSort" value="true"/>
|
---|
26 | </resources>
|
---|
27 | <application-desc main-class="JOSM">
|
---|
28 | <argument>--debug</argument>
|
---|
29 | </application-desc>
|
---|
30 | </jnlp>
|
---|