Changeset 8943 in josm
- Timestamp:
- 2015-10-25T01:19:33+02:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r8939 r8943 127 127 new DeprecatedPlugin("mirrored_download", IN_CORE), 128 128 new DeprecatedPlugin("ImageryCache", IN_CORE), 129 new DeprecatedPlugin("commons-imaging", tr("replaced by new {0} plugin", "apache-commons")), 129 130 }); 130 131 } -
trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java
r8840 r8943 180 180 /** 181 181 * 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. 184 183 * 185 184 * @param other the plugin information object retrieved from the jar file … … 196 195 this.libraries = other.libraries; 197 196 this.stage = other.stage; 197 this.file = other.file; 198 198 } 199 199
Note:
See TracChangeset
for help on using the changeset viewer.