| 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.