Changeset 33756 in osm


Ignore:
Timestamp:
2017-10-31T11:39:34+01:00 (7 years ago)
Author:
stoecker
Message:

switch to https

Location:
applications/editors/josm/i18n
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/build.xml

    r33487 r33756  
    55    <property name="josm.presets" value="${josm.build.dir}/data/defaultpresets.xml"/>
    66    <property name="plugin.dir" value="../plugins"/>
    7     <property name="maps.srcfile" value="http://josm.openstreetmap.de/maps"/>
    8     <property name="wiki.srcfile" value="http://josm.openstreetmap.de/josmfile?mode=en"/>
     7    <property name="maps.srcfile" value="https://josm.openstreetmap.de/maps"/>
     8    <property name="wiki.srcfile" value="https://josm.openstreetmap.de/josmfile?mode=en"/>
    99    <property name="surveyor.srcfile" value="${plugin.dir}/surveyor/resources/surveyor.xml"/>
    1010    <property name="tag2link.srcfile" value="${plugin.dir}/tag2link/resources/tag2link_sources.xml"/>
  • applications/editors/josm/i18n/convmaps.pl

    r32825 r33756  
    1919
    2020my @lines;
    21 if($ARGV[0] && $ARGV[0] =~ /^http:\/\//)
     21if($ARGV[0] && $ARGV[0] =~ /^https?:\/\//)
    2222{
    2323  my $content = get($ARGV[0]);
  • applications/editors/josm/i18n/convwiki.pl

    r33234 r33756  
    1111my $dir = $ARGV[1] || "build/josmfiles";
    1212print "$ARGV[0]\n";
    13 if($ARGV[0] && $ARGV[0] =~ /^http:\/\//)
     13if($ARGV[0] && $ARGV[0] =~ /^https?:\/\//)
    1414{
    1515  $filename = $ARGV[2] || "build/josmfiles.zip";
Note: See TracChangeset for help on using the changeset viewer.