Last change
on this file since 16299 was 15469, checked in by Don-vip, 5 years ago |
fix #10033, fix #15748, fix #17097 - drop remote control https support
Rationale: all modern browsers (including next version of Safari) allow mixed-content to localhost.
Cross-platform / cross-browser HTTPS support is a pain to maintain, was never completed, and is no longer needed.
|
File size:
1.9 KB
|
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>
|
---|
[14322] | 11 | <icon href="https://josm.openstreetmap.de/logo.png" width="256" height="256"/>
|
---|
| 12 | <icon href="https://josm.openstreetmap.de/logo64.png" width="64" height="64" kind="shortcut"/>
|
---|
[5182] | 13 | <offline-allowed/>
|
---|
[1931] | 14 | <shortcut>
|
---|
[5182] | 15 | <desktop/>
|
---|
| 16 | <menu/>
|
---|
[1931] | 17 | </shortcut>
|
---|
| 18 | </information>
|
---|
[5182] | 19 | <security>
|
---|
| 20 | <all-permissions/>
|
---|
| 21 | </security>
|
---|
[1931] | 22 | <resources>
|
---|
[15469] | 23 | <java version="1.8+" max-heap-size="2048m" java-vm-args="--add-modules=java.scripting,java.sql --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED --add-exports=javafx.graphics/com.sun.javafx.application=ALL-UNNAMED --add-exports=jdk.deploy/com.sun.deploy.config=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED"/>
|
---|
[1931] | 24 | <jar href="josm-tested.jar"/>
|
---|
[6079] | 25 | <property name="java.util.Arrays.useLegacyMergeSort" value="true"/>
|
---|
[1931] | 26 | </resources>
|
---|
[11927] | 27 | <application-desc main-class="org.openstreetmap.josm.gui.MainApplication"/>
|
---|
[10855] | 28 | </jnlp>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.