Changeset 30997 in osm for applications/editors/josm
- Timestamp:
- 2015-02-16T21:10:52+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tracer/build.xml
r30416 r30997 2 2 <project name="Tracer" default="dist" basedir="."> 3 3 <!-- enter the SVN commit message --> 4 <property name="commit.message" value=" adapt to latest josm (getNodePairs changed)"/>4 <property name="commit.message" value="Tracer plugin can load at runtime"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 6 <property name="plugin.main.version" value="7001"/> 7 <property name="plugin.canloadatruntime" value="true"/> 7 8 8 9 <property name="plugin.author" value="Jan Bilak, Petr Dlouhý"/>
Note:
See TracChangeset
for help on using the changeset viewer.