Ignore:
Timestamp:
2010-02-04T15:59:42+01:00 (14 years ago)
Author:
petrdlouhy
Message:

Fixes in build.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tracer/build.xml

    r19831 r19861  
    5555                <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
    5656                        <manifest>
    57                                 <attribute name="Author" value="Tim Waters, Petr Dlouhý" />
     57                                <attribute name="Author" value="Jan Bilak, Petr Dlouhý" />
    5858                                <attribute name="Plugin-Class" value="tracer.TracerPlugin" />
    5959                                <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" /> -->
    6262                                <attribute name="Plugin-Mainversion" value="${plugin.main.version}" />
    6363                                <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" />
    6664                        </manifest>
    6765                </jar>
Note: See TracChangeset for help on using the changeset viewer.