Changeset 14247 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-03-24T09:34:01+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/editgpx/build.xml
r14245 r14247 21 21 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}"> 22 22 <manifest> 23 <attribute name=" Plugin-Author" value="Martin Garbe" />23 <attribute name="Author" value="Martin Garbe" /> 24 24 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.editgpx.EditGpxPlugin" /> 25 25 <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" /> 27 28 <attribute name="Plugin-Mainversion" value="1500" /> 28 29 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note:
See TracChangeset
for help on using the changeset viewer.