Ignore:
Timestamp:
2009-01-24T13:49:02+01:00 (16 years ago)
Author:
stoecker
Message:

moved namefinder into main josm

File:
1 edited

Legend:

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

    r1326 r1329  
    5757        String [] oldplugins = new String[] {"mappaint", "unglueplugin",
    5858        "lang-de", "lang-en_GB", "lang-fr", "lang-it", "lang-pl", "lang-ro",
    59         "lang-ru", "ewmsplugin", "ywms", "tways-0.2", "geotagged", "landsat"};
     59        "lang-ru", "ewmsplugin", "ywms", "tways-0.2", "geotagged", "landsat",
     60        "namefinder", "waypoints"};
    6061        for (String p : oldplugins) {
    6162            if (plugins.contains(p)) {
Note: See TracChangeset for help on using the changeset viewer.