Changeset 34097 in osm for applications/editors/josm


Ignore:
Timestamp:
2018-03-24T18:41:43+01:00 (7 years ago)
Author:
stoecker
Message:

http to https

Location:
applications/editors/josm/plugins
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml

    r34095 r34097  
    4545                author="false">
    4646            <classpath refid="compile.path"/>
    47             <link href="http://docs.oracle.com/javase/8/docs/api"/>
     47            <link href="https://docs.oracle.com//javase/8/docs/api"/>
    4848            <link href="https://josm.openstreetmap.de/doc"/>
    4949            <doctitle><![CDATA[<h2>${ant.project.name} - Javadoc</h2>]]></doctitle>
  • applications/editors/josm/plugins/geotools/build.xml

    r33930 r34097  
    6565        <manifest file="MANIFEST" mode="update">
    6666                <!-- JAI requires a vendor name for some of its deep internals,
    67                      see http://stackoverflow.com/a/18495658/2257172 -->
     67                     see https://stackoverflow.com/a/18495658/2257172 -->
    6868            <attribute name="Specification-Title" value="JOSM GeoTools plugin"/>
    6969            <attribute name="Specification-Version" value="19.0"/>
  • applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java

    r33958 r34097  
    5050        // As the JAI jars are bundled in the geotools plugin, JAI initialization does not work,
    5151        // so we need to perform the tasks described here ("Initialization and automatic loading of registry objects"):
    52         // http://docs.oracle.com/cd/E17802_01/products/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html
     52        // https://docs.oracle.com//cd/E17802_01/products/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/OperationRegistry.html
    5353        OperationRegistry registry = JAI.getDefaultInstance().getOperationRegistry();
    5454        if (registry == null) {
  • applications/editors/josm/plugins/imagery_cachexport/build.xml

    r33748 r34097  
    6565            <link href="../../../core/javadoc/"/>
    6666            <link href="https://josm.openstreetmap.de/doc/"/>
    67             <link href="http://docs.oracle.com/javase/8/docs/api/"/>
     67            <link href="https://docs.oracle.com//javase/8/docs/api/"/>
    6868        </javadoc>
    6969    </target>
  • applications/editors/josm/plugins/irsrectify/build.xml

    r33846 r34097  
    1414    <property name="plugin.description" value="A helper for IRS satellite adjustment."/>
    1515    <property name="plugin.icon" value="images/irsrectify.png"/>
    16     <property name="plugin.link" value="http://forum.openstreetmap.org/viewtopic.php?id=6817"/>
     16    <property name="plugin.link" value="https://forum.openstreetmap.org/viewtopic.php?id=6817"/>
    1717    <!--<property name="plugin.early" value="..."/>-->
    1818    <!--<property name="plugin.requires" value="..."/>-->
  • applications/editors/josm/plugins/pdfimport/build.xml

    r33579 r34097  
    1313    <property name="plugin.description" value="Import PDF file and convert to ways."/>
    1414    <property name="plugin.icon" value="images/pdf_import.png"/>
    15     <property name="plugin.link" value="http://svn.openstreetmap.org/applications/editors/josm/plugins/pdfimport/"/>
     15    <!--<property name="plugin.link" value="..."/>-->
    1616    <property name="plugin.requires" value="apache-commons"/>
    1717   
  • applications/editors/josm/plugins/photoadjust/build.xml

    r33750 r34097  
    5959            <link href="../../../core/javadoc/"/>
    6060            <link href="https://josm.openstreetmap.de/doc/"/>
    61             <link href="http://docs.oracle.com/javase/8/docs/api/"/>
     61            <link href="https://docs.oracle.com//javase/8/docs/api/"/>
    6262        </javadoc>
    6363    </target>
  • applications/editors/josm/plugins/seachart/build.xml

    r33961 r34097  
    1010    <property name="plugin.description" value="Imagery Layer for Sea Charts"/>
    1111    <property name="plugin.icon" value="images/SC.png"/>
    12     <property name="plugin.link" value="http://openseamap.org/"/>
     12    <property name="plugin.link" value="https://openseamap.org/"/>
    1313
    1414    <property name="josm" location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/seachartedit/build.xml

    r33920 r34097  
    1313    <property name="plugin.description" value="Edit features for Sea Charts"/>
    1414    <property name="plugin.icon" value="images/SC.png"/>
    15     <property name="plugin.link" value="http://openseamap.org/"/>
     15    <property name="plugin.link" value="https://openseamap.org/"/>
    1616    <property name="plugin.requires" value="seachart"/>
    1717
  • applications/editors/josm/plugins/smed/build.xml

    r33914 r34097  
    1313    <property name="plugin.description" value="Edit features for OpenSeaMap"/>
    1414    <property name="plugin.icon" value="images/Smed.png"/>
    15     <property name="plugin.link" value="http://openseamap.org/"/>
     15    <property name="plugin.link" value="https://openseamap.org/"/>
    1616    <property name="plugin.canloadatruntime" value="true"/>
    1717    <!-- ** include targets that all plugins have in common ** -->
Note: See TracChangeset for help on using the changeset viewer.