source: josm/trunk/josm.jnlp@ 13293

Last change on this file since 13293 was 12932, checked in by Don-vip, 7 years ago

fix #15406 - add more java9 options for geotools plugin

File size: 1.8 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/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 <java version="1.8+" java-vm-args="--add-modules=java.activation,java.se.ee --add-exports=java.base/sun.security.util=ALL-UNNAMED --add-exports=java.base/sun.security.x509=ALL-UNNAMED --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.spi=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"/>
23 <jar href="josm-tested.jar"/>
24 <property name="java.util.Arrays.useLegacyMergeSort" value="true"/>
25 </resources>
26 <application-desc main-class="org.openstreetmap.josm.gui.MainApplication"/>
27</jnlp>
Note: See TracBrowser for help on using the repository browser.