Changeset 7025 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2014-04-29T03:24:57+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r7012 r7025 185 185 * List of unmaintained plugins. Not really up-to-date as the vast majority of plugins are not really maintained after a few months, sadly... 186 186 */ 187 p ublicstatic final String [] UNMAINTAINED_PLUGINS = new String[] {"gpsbabelgui", "Intersect_way"};187 private static final String [] UNMAINTAINED_PLUGINS = new String[] {"gpsbabelgui", "Intersect_way"}; 188 188 189 189 /**
Note: See TracChangeset
for help on using the changeset viewer.