Changeset 23786 in osm for applications/editors/josm/plugins
- Timestamp:
- 2010-10-24T00:29:58+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ColumbusCSV/build.xml
r23781 r23786 34 34 <property name="ant.build.javac.target" value="1.5"/> 35 35 <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"/>37 36 38 37 <!-- … … 90 89 <attribute name="Author" value="Oliver Wieland"/> 91 90 <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."/> 95 94 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/> 96 95 <attribute name="Plugin-Mainversion" value="3329"/> -
applications/editors/josm/plugins/ElevationProfile/build.xml
r23781 r23786 34 34 <property name="plugin.dist.dir" value="../../dist"/> 35 35 <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"/>37 36 38 37 <!-- … … 99 98 <attribute name="Plugin-Date" value="24.10.10"/> 100 99 <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 100 <attribute name="de_Plugin-Description" value="Zeigt das Höhenprofil und statistische Werte eines GPX-Tracks."/> 102 101 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile"/> 103 102 <attribute name="Plugin-Mainversion" value="3529"/>
Note:
See TracChangeset
for help on using the changeset viewer.