Changeset 30068 in osm for applications/editors/josm
- Timestamp:
- 2013-11-19T23:42:33+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tracer2/build.xml
r30050 r30068 1 <?xml version="1.0" encoding="utf-8"?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <!-- 3 3 ** This is a template build file for a JOSM plugin. … … 15 15 16 16 <!-- enter the SVN commit message --> 17 <property name="commit.message" value=" First version"/>17 <property name="commit.message" value="Add link to wiki"/> 18 18 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 19 19 <property name="plugin.main.version" value="6340"/> … … 29 29 <property name="plugin.description" value="Traces buildings and other shapes from a map. Needs Tracer2Server to be running."/> 30 30 <property name="plugin.icon" value="images/mapmode/tracer2-sml.png"/> 31 < !-- <property name="plugin.link" value="..."/>-->31 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer2"/> 32 32 <!--<property name="plugin.early" value="..."/>--> 33 33 <!--<property name="plugin.requires" value="..."/>-->
Note:
See TracChangeset
for help on using the changeset viewer.