Ignore:
Timestamp:
2021-05-17T20:31:51+02:00 (4 years ago)
Author:
taylor.smock
Message:

AlignWays: recompile for compatibility with JOSM r17896

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/alignways/build.xml

    r35746 r35753  
    22<project name="alignways" default="dist" basedir=".">
    33    <!-- enter the SVN commit message -->
    4     <property name="commit.message" value="AlignWays: recompile for compatibility with JOSM r17867"/>
     4    <property name="commit.message" value="AlignWays: recompile for compatibility with JOSM r17896"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="17867"/>
     6    <property name="plugin.main.version" value="17896"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
Note: See TracChangeset for help on using the changeset viewer.