Ignore:
Timestamp:
2009-03-24T09:34:01+01:00 (16 years ago)
Author:
stoecker
Message:

fixed manifest

File:
1 edited

Legend:

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

    r14245 r14247  
    2121        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
    2222            <manifest>
    23                 <attribute name="Plugin-Author" value="Martin Garbe" />
     23                <attribute name="Author" value="Martin Garbe" />
    2424                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.editgpx.EditGpxPlugin" />
    2525                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    26                 <attribute name="Plugin-Description" value="Provides an editable GPX track layer. Only deletion of points is supported. This plugin can be used to prepare tracks for upload to OSM eg. deleting uninteresting parts of track." />
     26                <attribute name="Plugin-Description" value="The main feature of the plugin is the possibility to delete points of the GPX track. This plugin can be used to prepare  tracks for uploading to OSM eg. deleting uninteresting parts of track." />
     27                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/EditGpx" />
    2728                <attribute name="Plugin-Mainversion" value="1500" />
    2829                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note: See TracChangeset for help on using the changeset viewer.