source: josm/trunk/josm.jnlp @ 1931

Last change on this file since 1931 was 1931, checked in by Gubaer, 14 years ago

#3216: added josm.jnlp to SVN but did not apply the suggested changes yet. Somebody with access to http://josm.openstreetmap.de/download will have to do it and test it.

File size: 971 bytes
Line 
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">
3    <information>
4        <title>JOSM</title>
5        <vendor>OpenStreetMap</vendor> 
6        <homepage href="http://josm.openstreetmap.de/"/> 
7        <description>Java OpenStreetMap editor</description>
8        <description kind="one-line">JOSM</description>
9        <description kind="tooltip">JOSM</description>
10        <icon href="http://josm.openstreetmap.de/svn/trunk/images/logo.png"/> 
11        <shortcut>
12            <desktop/> <menu/>
13        </shortcut>
14        <offline-allowed/>
15    </information>
16    <resources>
17        <j2se version="1.5+"/>
18        <jar href="josm-tested.jar"/>
19    </resources>
20    <security>
21        <all-permissions/>
22    </security>
23    <application-desc main-class="JOSM"/>
24</jnlp> 
Note: See TracBrowser for help on using the repository browser.