Changeset 6955 in josm
- Timestamp:
- 2014-04-01T23:37:44+02:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r6945 r6955 239 239 <link href="http://docs.oracle.com/javase/6/docs/api"/> 240 240 <doctitle><![CDATA[<h2>JOSM - Javadoc</h2>]]></doctitle> 241 <bottom><![CDATA[<a href="http ://josm.openstreetmap.de/">JOSM</a>]]></bottom>241 <bottom><![CDATA[<a href="https://josm.openstreetmap.de/">JOSM</a>]]></bottom> 242 242 </javadoc> 243 243 </target> … … 386 386 <!-- Download list of plugins --> 387 387 <loadresource property="plugins"> 388 <url url="http ://josm.openstreetmap.de/plugin"/>388 <url url="https://josm.openstreetmap.de/plugin"/> 389 389 <filterchain> 390 390 <linecontainsregexp negate="true"> -
trunk/data/defaultpresets.xml
r6947 r6955 17 17 type: the data types - way,node,relation,closedway (separated by comma) 18 18 name_template: define custom formatting for OSM primitives 19 see http ://josm.openstreetmap.de/wiki/NameTemplate19 see https://josm.openstreetmap.de/wiki/NameTemplate 20 20 preset_name_label: whether to insert "[preset name]" label in dialog 21 21 (defaults to "false" for backward-compatibility on external presets) … … 141 141 The fields description, shortdescription and link may also be localized (e.g. de.link) 142 142 143 See also http ://josm.openstreetmap.de/wiki/TaggingPresets.143 See also https://josm.openstreetmap.de/wiki/TaggingPresets. 144 144 145 145 The fields "name", "text", "display_values" may also be localized (e.g. de.name). -
trunk/josm.jnlp
r6079 r6955 1 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">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 4 <information> 5 5 <title>JOSM</title> 6 6 <vendor>OpenStreetMap</vendor> 7 <homepage href="http ://josm.openstreetmap.de/"/>7 <homepage href="https://josm.openstreetmap.de"/> 8 8 <description>Java OpenStreetMap editor</description> 9 9 <description kind="one-line">JOSM</description> 10 10 <description kind="tooltip">JOSM</description> 11 <icon href="http ://josm.openstreetmap.de/svn/trunk/images/logo.png"/>11 <icon href="https://josm.openstreetmap.de/svn/trunk/images/logo.png"/> 12 12 <offline-allowed/> 13 13 <shortcut>
Note: See TracChangeset
for help on using the changeset viewer.