Changeset 5182 in josm


Ignore:
Timestamp:
Apr 14, 2012 7:08:16 PM (14 months ago)
Author:
Don-vip
Message:

see #7611 - update jnlp file in SVN repository to reflect 1.6 changes + fix DTD validation + add svn:mimetype property to enable Trac syntax highlighting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/josm.jnlp

    • Property svn:mime-type set to application/x-java-jnlp-file
    r1931 r5182  
    1 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc.//DTD JNLP 1.5//EN" "http://www.netbeans.org/jnlp/DTD/jnlp.dtd">  
    2 <jnlp codebase="http://josm.openstreetmap.de/download/" href="josm.jnlp"> 
     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"> 
    34    <information> 
    45        <title>JOSM</title> 
     
    910        <description kind="tooltip">JOSM</description> 
    1011        <icon href="http://josm.openstreetmap.de/svn/trunk/images/logo.png"/>  
     12        <offline-allowed/> 
    1113        <shortcut> 
    12             <desktop/> <menu/> 
     14            <desktop/> 
     15            <menu/> 
    1316        </shortcut> 
    14         <offline-allowed/> 
    1517    </information> 
    16     <resources> 
    17         <j2se version="1.5+"/> 
    18         <jar href="josm-tested.jar"/> 
    19     </resources> 
    2018    <security> 
    2119        <all-permissions/> 
    2220    </security> 
     21    <resources> 
     22        <j2se version="1.6+"/> 
     23        <jar href="josm-tested.jar"/> 
     24    </resources> 
    2325    <application-desc main-class="JOSM"/> 
    24 </jnlp>  
     26</jnlp> 
Note: See TracChangeset for help on using the changeset viewer.