Changeset 3830 in josm
- Timestamp:
- 2011-01-29T19:44:45+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r3829 r3830 254 254 </path> 255 255 </as:build-signatures> 256 256 257 <!-- List of deprecated plugins --> 258 <loadfile property="deprecated-plugins" srcFile="src/org/openstreetmap/josm/plugins/PluginHandler.java"> 259 <filterchain> 260 <linecontains> 261 <contains value="new DeprecatedPlugin("/> 262 </linecontains> 263 <tokenfilter> 264 <replaceregex pattern='.*new DeprecatedPlugin\("(.+?)".*' replace="\1|" flags="gi"/> 265 </tokenfilter> 266 <striplinebreaks/> 267 </filterchain> 268 </loadfile> 269 257 270 <!-- Download plugins --> 258 271 <loadresource property="plugins"> … … 263 276 </linecontainsregexp> 264 277 <linecontainsregexp negate="true"> 265 <!-- List from PluginHandler.DEPRECATED_PLUGINS --> 266 <regexp pattern="mappaint|unglueplugin|ewmsplugin|ywms|tways-0.2|geotagged|landsat|namefinder|waypoints|slippy_map_chooser|tcx-support|usertools|AgPifoJ|utilsplugin"/> 278 <regexp pattern="${deprecated-plugins}"/> 267 279 </linecontainsregexp> 268 280 <tokenfilter>
Note:
See TracChangeset
for help on using the changeset viewer.