Changeset 23786 in osm for applications/editors/josm/plugins/ColumbusCSV
- Timestamp:
- 2010-10-24T00:29:58+02:00 (14 years ago)
- File:
-
- 1 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"/>
Note:
See TracChangeset
for help on using the changeset viewer.