| Last change
 on this file since 6258 was             6079, checked in by Don-vip, 12 years ago | 
        
          | 
fix #8888 - set java.util.Arrays.useLegacyMergeSort`to true in JNLP files to avoid "Comparison method violates its general contract" errors in Java 7
 | 
        
          | 
              
Property                 svn:mime-type
 set to                 application/x-java-jnlp-file | 
        
          | File size:
            1.0 KB | 
      
      
| Line |  | 
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 
|---|
| 2 | <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc.//DTD JNLP 1.5//EN" "http://java.sun.com/dtd/JNLP-1.5.dtd"> | 
|---|
| 3 | <jnlp spec="1.5.0+" codebase="http://josm.openstreetmap.de/download/" href="josm.jnlp"> | 
|---|
| 4 | <information> | 
|---|
| 5 | <title>JOSM</title> | 
|---|
| 6 | <vendor>OpenStreetMap</vendor> | 
|---|
| 7 | <homepage href="http://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="http://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.6+"/> | 
|---|
| 23 | <jar href="josm-tested.jar"/> | 
|---|
| 24 | <property name="java.util.Arrays.useLegacyMergeSort" value="true"/> | 
|---|
| 25 | </resources> | 
|---|
| 26 | <application-desc main-class="JOSM"/> | 
|---|
| 27 | </jnlp> | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.