Ticket #19264: add_address_keyword_to_description.patch

File add_address_keyword_to_description.patch, 1.7 KB (added by alexrudd, 4 years ago)
  • HouseNumberTaggingTool/build.xml

    From 1fb2f1cfa94996badb22b0853173f7114af69625 Mon Sep 17 00:00:00 2001
    From: alexrudd2 <52292902+alexrudd2@users.noreply.github.com>
    Date: Fri, 27 Mar 2020 17:29:53 -0500
    Subject: [PATCH] add addresses keyword to description
    
    I searched for "address" in the JOSM plugins list and didn't discover this plugin.  Later I found it on the wiki, but I think it's worth increasing discoverability.
    ---
     HouseNumberTaggingTool/build.xml | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/HouseNumberTaggingTool/build.xml b/HouseNumberTaggingTool/build.xml
    index 679659a6a..57c9afab3 100644
    a b  
    33    <!-- enter the SVN commit message -->
    44    <property name="commit.message" value="Initial version."/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="13007"/>
     6    <property name="plugin.main.version" value="13008"/>
    77    <!-- Configure these properties (replace "..." accordingly).
    88         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    99    -->
    1010    <property name="plugin.author" value="Oliver Raupach"/>
    1111    <property name="plugin.class" value="org.openstreetmap.josm.plugins.housenumbertool.HouseNumberTaggingToolPlugin"/>
    12     <property name="plugin.description" value="Simple tool to tag house numbers."/>
     12    <property name="plugin.description" value="Simple tool to tag house numbers and addresses."/>
    1313    <property name="plugin.icon" value="images/home-icon32.png"/>
    1414    <property name="plugin.link" value="https://josm.openstreetmap.de/wiki/Help/Plugin/HouseNumberTaggingTool"/>