Changeset 23541 in osm for applications
- Timestamp:
- 2010-10-10T20:01:10+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/gpxfilter
- Files:
-
- 5 added
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/gpxfilter
-
Property svn:ignore
set to
bin
build
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/gpxfilter/README
r23263 r23541 4 4 Readme for your plugin 5 5 6 * Plugin author and contact email address. 7 8 * The license for your plugin source code. If you have no special preferences, 9 you can pick the license that is used for JOSM ("GPL v2 or later"). 10 11 * Notes for future developers, if needed. 6 * Plugin author is Upliner <xvmv@mail.ru> 7 8 * The license for plugin is "GPL v2 or later". 9 10 * No other notes. -
applications/editors/josm/plugins/gpxfilter/build.xml
r23263 r23541 28 28 ** 29 29 --> 30 <project name=" myPluginName" default="dist" basedir=".">30 <project name="gpxfilter" default="dist" basedir="."> 31 31 32 32 <!-- enter the SVN commit message --> … … 100 100 --> 101 101 <manifest> 102 <attribute name="Author" value=" ..."/>103 <attribute name="Plugin-Class" value=" ..."/>102 <attribute name="Author" value="Upliner"/> 103 <attribute name="Plugin-Class" value="gpxfilter.GpxFilterPlugin"/> 104 104 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 105 <attribute name="Plugin-Description" value=" ..."/>105 <attribute name="Plugin-Description" value="Allows to filter out unnececary GPS tracks"/> 106 106 <attribute name="Plugin-Icon" value="..."/> 107 <attribute name="Plugin-Link" value=" ..."/>107 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPXFilter"/> 108 108 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 109 109 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note:
See TracChangeset
for help on using the changeset viewer.