Changeset 8943 in josm for trunk


Ignore:
Timestamp:
2015-10-25T01:19:33+02:00 (9 years ago)
Author:
Don-vip
Message:

deprecate commons-imaging plugin in favour of apache-commons + fix bug in plugin information update from jar seen in unit test

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

Legend:

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

    r8939 r8943  
    127127            new DeprecatedPlugin("mirrored_download", IN_CORE),
    128128            new DeprecatedPlugin("ImageryCache", IN_CORE),
     129            new DeprecatedPlugin("commons-imaging", tr("replaced by new {0} plugin", "apache-commons")),
    129130        });
    130131    }
  • trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java

    r8840 r8943  
    180180    /**
    181181     * Updates the plugin information of this plugin information object with the
    182      * plugin information in a plugin information object retrieved from a plugin
    183      * jar.
     182     * plugin information in a plugin information object retrieved from a plugin jar.
    184183     *
    185184     * @param other the plugin information object retrieved from the jar file
     
    196195        this.libraries = other.libraries;
    197196        this.stage = other.stage;
     197        this.file = other.file;
    198198    }
    199199
Note: See TracChangeset for help on using the changeset viewer.