Changeset 30984 in osm for applications/editors/josm/plugins/tracer2
- Timestamp:
- 2015-02-15T14:29:56+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tracer2/build.xml
r30927 r30984 3 3 4 4 <!-- enter the SVN commit message --> 5 <property name="commit.message" value=" Fix Bug #10834"/>5 <property name="commit.message" value="see #josm11090"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 7 <property name="plugin.main.version" value="7001"/> … … 18 18 <property name="plugin.icon" value="images/mapmode/tracer2-sml.png"/> 19 19 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer2"/> 20 <!--<property name="plugin.early" value="..."/>--> 20 <property name="plugin.canloadatruntime" value="true"/> 21 <!--<property name="plugin.early" value="..."/>--> 21 22 <!--<property name="plugin.requires" value="..."/>--> 22 23 <!--<property name="plugin.stage" value="..."/>-->
Note:
See TracChangeset
for help on using the changeset viewer.