Changeset 34672 in osm for applications


Ignore:
Timestamp:
2018-09-24T19:43:00+02:00 (6 years ago)
Author:
donvip
Message:

drop obsolete modules, switch to https for OSM SVN

Location:
applications/editors/josm/plugins/opendata
Files:
5 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/licenses/ODbL.java

    r34196 r34672  
    55
    66public class ODbL extends License {
    7 
    8     //public static final String URL            = "https://opendatacommons.org/licenses/odbl/1-0";
    9     //public static final String SUMMARY_URL    = "https://opendatacommons.org/licenses/odbl/summary";
    10     //public static final String URL_FR         = "https://vvlibri.org/fr/licence/odbl-10/legalcode/unofficial";
    11     //public static final String SUMMARY_URL_FR = "http://vvlibri.org/fr/licence/odbl/10/fr";
    127
    138    public ODbL() {
  • applications/editors/josm/plugins/opendata/util/opendata/ModuleListGenerator.java

    r32545 r34672  
    2525     */
    2626    public static void main(String[] args) {
    27         final String url = "http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/dist/";
     27        final String url = "https://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/dist/";
    2828        String baseDir = "";
    2929        if (args.length > 0) {
Note: See TracChangeset for help on using the changeset viewer.