Changeset 16874 in josm for trunk/test


Ignore:
Timestamp:
2020-08-12T14:13:11+02:00 (4 years ago)
Author:
stoecker
Message:

deprecate OSM svn, see #19509

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/MainApplicationTest.java

    r14996 r16874  
    204204
    205205    private static PluginInformation newPluginInformation(String plugin) throws PluginListParseException {
    206         return PluginListParser.createInfo(plugin+".jar", "https://svn.openstreetmap.org/applications/editors/josm/dist/"+plugin+".jar",
     206        return PluginListParser.createInfo(plugin+".jar", "https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/"+plugin+".jar",
    207207                "");
    208208    }
Note: See TracChangeset for help on using the changeset viewer.