Changeset 30068 in osm for applications/editors/josm


Ignore:
Timestamp:
2013-11-19T23:42:33+01:00 (11 years ago)
Author:
belecker
Message:

JOSM/tracer2: Add link to wiki.

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"?>
    22<!--
    33** This is a template build file for a JOSM  plugin.
     
    1515
    1616    <!-- enter the SVN commit message -->
    17     <property name="commit.message" value="First version"/>
     17    <property name="commit.message" value="Add link to wiki"/>
    1818    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    1919    <property name="plugin.main.version" value="6340"/>
     
    2929    <property name="plugin.description" value="Traces buildings and other shapes from a map. Needs Tracer2Server to be running."/>
    3030    <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"/>
    3232    <!--<property name="plugin.early" value="..."/>-->
    3333    <!--<property name="plugin.requires" value="..."/>-->
Note: See TracChangeset for help on using the changeset viewer.