Changeset 19861 in osm for applications/editors/josm/plugins/tracer
- Timestamp:
- 2010-02-04T15:59:42+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tracer/build.xml
r19831 r19861 55 55 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 56 56 <manifest> 57 <attribute name="Author" value=" Tim Waters, Petr Dlouhý" />57 <attribute name="Author" value="Jan Bilak, Petr Dlouhý" /> 58 58 <attribute name="Plugin-Class" value="tracer.TracerPlugin" /> 59 59 <attribute name="Plugin-Date" value="${version.entry.commit.date}" /> 60 <attribute name="Plugin-Description" value=" Display georeferenced images as background in JOSM (WMS servers, Yahoo, ...)." />61 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer" /> 60 <attribute name="Plugin-Description" value="Traces buildings from Czech cadastral map. Needs TracerServer (.NET or Mono) to be runnign." /> 61 <!-- <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer" /> --> 62 62 <attribute name="Plugin-Mainversion" value="${plugin.main.version}" /> 63 63 <attribute name="Plugin-Version" value="${version.entry.commit.revision}" /> 64 <attribute name="de_Plugin-Link" value="http://wiki.openstreetmap.org/wiki/DE:JOSM/Plugins/Tracer" />65 <attribute name="ja_Plugin-Link" value="http://wiki.openstreetmap.org/wiki/Ja:JOSM/Plugins/Tracer?uselang=ja" />66 64 </manifest> 67 65 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.