Changeset 3704 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2010-12-07T12:06:59+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r3672 r3704 89 89 {"usertools", IN_CORE}, 90 90 {"AgPifoJ", IN_CORE}, {"utilsplugin", IN_CORE}, {"ghost", IN_CORE}, 91 {"validator", IN_CORE} }) {91 {"validator", IN_CORE}, {"multipoly", IN_CORE}}) { 92 92 DEPRECATED_PLUGINS.put(depr[0], depr.length >= 2 ? depr[1] : null); 93 93 }
Note:
See TracChangeset
for help on using the changeset viewer.