Changeset 35746 in osm
- Timestamp:
- 2021-05-17T17:42:56+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/alignways/build.xml
r35454 r35746 2 2 <project name="alignways" default="dist" basedir="."> 3 3 <!-- enter the SVN commit message --> 4 <property name="commit.message" value="AlignWays: moved to Shift-Spacebar due to shortcut confilcts with core. A is too overloaded"/>4 <property name="commit.message" value="AlignWays: 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="1 4281"/>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.