Changeset 16887 in josm


Ignore:
Timestamp:
2020-08-12T22:31:27+02:00 (4 years ago)
Author:
simon04
Message:

deprecate OSM svn, see #19509

Location:
trunk/src/org/openstreetmap/josm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r16643 r16887  
    261261     */
    262262    static final List<String> UNMAINTAINED_PLUGINS = Collections.unmodifiableList(Arrays.asList(
    263         "irsrectify", // See https://trac.openstreetmap.org/changeset/29404/subversion
    264         "surveyor2", // See https://trac.openstreetmap.org/changeset/29404/subversion
     263        "irsrectify", // See https://josm.openstreetmap.de/changeset/29404/osm/
     264        "surveyor2", // See https://josm.openstreetmap.de/changeset/29404/osm/
    265265        "gpsbabelgui",
    266266        "Intersect_way",
  • trunk/src/org/openstreetmap/josm/tools/OsmUrlToBounds.java

    r16643 r16887  
    155155     * @param url string for parsing
    156156     * @return Bounds if shortlink, null otherwise
    157      * @see <a href="http://trac.openstreetmap.org/browser/sites/rails_port/lib/short_link.rb">short_link.rb</a>
     157     * @see <a href="https://github.com/openstreetmap/openstreetmap-website/blob/master/lib/short_link.rb">short_link.rb</a>
    158158     */
    159159    private static Bounds parseShortLink(final String url) {
Note: See TracChangeset for help on using the changeset viewer.