Changeset 6955 in josm


Ignore:
Timestamp:
2014-04-01T23:37:44+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #9778 - more https accesses to josm website

Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r6945 r6955  
    239239            <link href="http://docs.oracle.com/javase/6/docs/api"/>
    240240            <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>
    242242        </javadoc>
    243243    </target>
     
    386386        <!-- Download list of plugins -->
    387387        <loadresource property="plugins">
    388             <url url="http://josm.openstreetmap.de/plugin"/>
     388            <url url="https://josm.openstreetmap.de/plugin"/>
    389389            <filterchain>
    390390                <linecontainsregexp negate="true">
  • trunk/data/defaultpresets.xml

    r6947 r6955  
    1717  type: the data types - way,node,relation,closedway (separated by comma)
    1818  name_template: define custom formatting for OSM primitives
    19                  see http://josm.openstreetmap.de/wiki/NameTemplate
     19                 see https://josm.openstreetmap.de/wiki/NameTemplate
    2020  preset_name_label: whether to insert "[preset name]" label in dialog
    2121                     (defaults to "false" for backward-compatibility on external presets)
     
    141141 The fields description, shortdescription and link may also be localized (e.g. de.link)
    142142
    143 See also http://josm.openstreetmap.de/wiki/TaggingPresets.
     143See also https://josm.openstreetmap.de/wiki/TaggingPresets.
    144144
    145145The fields "name", "text", "display_values" may also be localized (e.g. de.name).
  • trunk/josm.jnlp

    r6079 r6955  
    11<?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">
    44    <information>
    55        <title>JOSM</title>
    66        <vendor>OpenStreetMap</vendor>
    7         <homepage href="http://josm.openstreetmap.de/"/>
     7        <homepage href="https://josm.openstreetmap.de"/>
    88        <description>Java OpenStreetMap editor</description>
    99        <description kind="one-line">JOSM</description>
    1010        <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"/>
    1212        <offline-allowed/>
    1313        <shortcut>
Note: See TracChangeset for help on using the changeset viewer.