Changeset 28740 in osm for applications/editors
- Timestamp:
- 2012-09-23T16:18:37+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/00_plugin_dir_template
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/00_plugin_dir_template/README
r23263 r28740 2 2 ====== 3 3 4 Readme for your plugin4 This is the GPSBlam Plugin for JOSM. 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 For details see http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam 7 8 License: 9 10 GPSBlam JOSM Plugin 11 * Copyright (C) 2012 Russell Edwards 12 This program is free software: you can redistribute it and/or modify 13 it under the terms of the GNU General Public License as published by 14 the Free Software Foundation, either version 3 of the License, or 15 (at your option) any later version. 16 17 This program is distributed in the hope that it will be useful, 18 but WITHOUT ANY WARRANTY; without even the implied warranty of 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 GNU General Public License for more details. 21 22 You should have received a copy of the GNU General Public License 23 along with this program. If not, see <http://www.gnu.org/licenses/>. 24 25 -
applications/editors/josm/plugins/00_plugin_dir_template/build.xml
r26605 r28740 7 7 ** see README.template 8 8 ** 9 ** Usage 9 ** Usage 10 10 ** ===== 11 11 ** To build it run … … 28 28 ** 29 29 --> 30 <project name=" myPluginName" default="dist" basedir=".">30 <project name="gpsblam" default="dist" basedir="."> 31 31 <!-- enter the SVN commit message --> 32 32 <property name="commit.message" value="Commit message"/> … … 94 94 --> 95 95 <manifest> 96 <attribute name="Author" value=" ..."/>97 <attribute name="Plugin-Class" value=" ..."/>96 <attribute name="Author" value="Russell Edwards"/> 97 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.gpsblam.GPSBlamPlugin"/> 98 98 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 99 <attribute name="Plugin-Description" value=" ..."/>100 <attribute name="Plugin-Icon" value=" ..."/>101 <attribute name="Plugin-Link" value=" ..."/>99 <attribute name="Plugin-Description" value="Analyse a set of GPS points to obtain its centre and direction of spread."/> 100 <attribute name="Plugin-Icon" value="images/mapmode/gpsblam_mode.png"/> 101 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins"/> 102 102 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 103 103 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note:
See TracChangeset
for help on using the changeset viewer.