Changeset 35744 in osm for applications/editors/josm/plugins
- Timestamp:
- 2021-05-17T17:38:52+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/buildings_tools/build.xml
r35668 r35744 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="17 329"/>6 <property name="plugin.main.version" value="17867"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly).
Note:
See TracChangeset
for help on using the changeset viewer.