Rev | Line | |
---|
[5182] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
[6955] | 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="josm.jnlp">
|
---|
[1931] | 4 | <information>
|
---|
| 5 | <title>JOSM</title>
|
---|
| 6 | <vendor>OpenStreetMap</vendor>
|
---|
[6955] | 7 | <homepage href="https://josm.openstreetmap.de"/>
|
---|
[1931] | 8 | <description>Java OpenStreetMap editor</description>
|
---|
| 9 | <description kind="one-line">JOSM</description>
|
---|
| 10 | <description kind="tooltip">JOSM</description>
|
---|
[6955] | 11 | <icon href="https://josm.openstreetmap.de/svn/trunk/images/logo.png"/>
|
---|
[5182] | 12 | <offline-allowed/>
|
---|
[1931] | 13 | <shortcut>
|
---|
[5182] | 14 | <desktop/>
|
---|
| 15 | <menu/>
|
---|
[1931] | 16 | </shortcut>
|
---|
| 17 | </information>
|
---|
[5182] | 18 | <security>
|
---|
| 19 | <all-permissions/>
|
---|
| 20 | </security>
|
---|
[1931] | 21 | <resources>
|
---|
[7017] | 22 | <j2se version="1.7+"/>
|
---|
[1931] | 23 | <jar href="josm-tested.jar"/>
|
---|
[6079] | 24 | <property name="java.util.Arrays.useLegacyMergeSort" value="true"/>
|
---|
[1931] | 25 | </resources>
|
---|
| 26 | <application-desc main-class="JOSM"/>
|
---|
[5182] | 27 | </jnlp>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.