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

http to https

Location:
applications/editors/josm/plugins/geotools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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) {
Note: See TracChangeset for help on using the changeset viewer.