Last change
on this file since 15937 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
|
Line | |
---|
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="josm.jnlp">
|
---|
4 | <information>
|
---|
5 | <title>JOSM</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/logo.png" width="256" height="256"/>
|
---|
12 | <icon href="https://josm.openstreetmap.de/logo64.png" width="64" height="64" kind="shortcut"/>
|
---|
13 | <offline-allowed/>
|
---|
14 | <shortcut>
|
---|
15 | <desktop/>
|
---|
16 | <menu/>
|
---|
17 | </shortcut>
|
---|
18 | </information>
|
---|
19 | <security>
|
---|
20 | <all-permissions/>
|
---|
21 | </security>
|
---|
22 | <resources>
|
---|
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"/>
|
---|
24 | <jar href="josm-tested.jar"/>
|
---|
25 | <property name="java.util.Arrays.useLegacyMergeSort" value="true"/>
|
---|
26 | </resources>
|
---|
27 | <application-desc main-class="org.openstreetmap.josm.gui.MainApplication"/>
|
---|
28 | </jnlp>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.