Changeset 6955 in josm for trunk/build.xml


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

fix #9778 - more https accesses to josm website

File:
1 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">
Note: See TracChangeset for help on using the changeset viewer.