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

added gpsblam plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.