Ticket #20885: 20885.patch

File 20885.patch, 1.2 KB (added by taylor.smock, 4 years ago)

Bump version number

  • plugins/buildings_tools/build.xml

    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  
    11<?xml version="1.0" encoding="utf-8"?>
    22<project name="buildings_tools" default="dist" basedir=".">
    33    <!-- 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"/>
    55    <!-- 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"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
    99         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins