diff --git a/dist/buildings_tools.jar b/dist/buildings_tools.jar
index ef8674e112e19709ca9ca5e46e0090ede1807a60..0f42d16c622226d59edb8310730d0a372676afe1 100644
Binary files a/dist/buildings_tools.jar and b/dist/buildings_tools.jar differ
diff --git a/plugins/buildings_tools/build.xml b/plugins/buildings_tools/build.xml
index c599bb4c27b9532475325076fafeb38e67a3c47f..82a2a360adf195fda4c9e1ee4bb753bc07909fe7 100644
a
|
b
|
|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <project name="buildings_tools" default="dist" basedir="."> |
3 | 3 | <!-- enter the SVN commit message --> |
4 | | <property name="commit.message" value="buildings_tools: add option to disable click+drag"/> |
| 4 | <property name="commit.message" value="buildings_tools: recompile for compatibility with JOSM r17867"/> |
5 | 5 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> |
6 | | <property name="plugin.main.version" value="17329"/> |
| 6 | <property name="plugin.main.version" value="17867"/> |
7 | 7 | |
8 | 8 | <!-- Configure these properties (replace "..." accordingly). |
9 | 9 | See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins |