Changeset 23786 in osm


Ignore:
Timestamp:
2010-10-24T00:29:58+02:00 (14 years ago)
Author:
oliverw
Message:

Updated plugin description/date.

Location:
applications/editors/josm/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ColumbusCSV/build.xml

    r23781 r23786  
    3434    <property name="ant.build.javac.target" value="1.5"/>
    3535    <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    36     <property name="plugin.src.zip"         value="${plugin.dist.dir}/${ant.project.name}-src.zip"/>
    3736
    3837    <!--
     
    9089                <attribute name="Author" value="Oliver Wieland"/>
    9190                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.columbusCSV.ColumbusCSVPlugin"/>
    92                 <attribute name="Plugin-Date" value="16.10.2010"/>
    93                 <attribute name="Plugin-Description" value="Imports proprietary CSV files of the Columbus V-900 GPS logger into JOSM."/>
    94                 <attribute name="de_Plugin-Description" value="Importiert GPS-Spuren im proprietären CSV-Format des Columbus V-900 GPS Loggers."/>
     91                <attribute name="Plugin-Date" value="24.10.2010"/>
     92                <attribute name="Plugin-Description" value="Imports proprietary CSV files of the Columbus/Visiontac V-900 GPS logger into a GPX layer."/>
     93                <attribute name="de_Plugin-Description" value="Importiert die CSV-Dateien des Columbus/Visiontac V-900 GPS Loggers in GPX-Daten."/>
    9594                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/>
    9695                <attribute name="Plugin-Mainversion" value="3329"/>
  • applications/editors/josm/plugins/ElevationProfile/build.xml

    r23781 r23786  
    3434    <property name="plugin.dist.dir"        value="../../dist"/>
    3535    <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    36     <property name="plugin.src.zip"         value="${plugin.dist.dir}/${ant.project.name}-src.zip"/>
    3736
    3837    <!--
     
    9998                <attribute name="Plugin-Date" value="24.10.10"/>
    10099                <attribute name="Plugin-Description" value="Shows the elevation profile and some statistical data of a GPX track."/>
    101                 <attribute name="de_Plugin-Description" value="Zeigt das Höhenprofil und statistische Werte eines GPX Tracks."/>
     100                <attribute name="de_Plugin-Description" value="Zeigt das Höhenprofil und statistische Werte eines GPX-Tracks."/>
    102101                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile"/>
    103102                <attribute name="Plugin-Mainversion" value="3529"/>
Note: See TracChangeset for help on using the changeset viewer.