Changeset 28740 in osm


Ignore:
Timestamp:
2012-09-23T16:18:37+02:00 (12 years ago)
Author:
redwards
Message:

added gpsblam plugin

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  
    22======
    33
    4 Readme for your plugin
     4This is the GPSBlam Plugin for JOSM.
    55
    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.
     6For details see http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam
     7
     8License:
     9
     10GPSBlam 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  
    77** see README.template
    88**
    9 ** Usage
     9** Usage 
    1010** =====
    1111** To build it run
     
    2828**
    2929-->
    30 <project name="myPluginName" default="dist" basedir=".">
     30<project name="gpsblam" default="dist" basedir=".">
    3131    <!-- enter the SVN commit message -->
    3232    <property name="commit.message" value="Commit message"/>
     
    9494            -->
    9595            <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"/>
    9898                <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"/>
    102102                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    103103                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note: See TracChangeset for help on using the changeset viewer.