source: osm/applications/editors/josm/plugins/ColumbusCSV/build.xml@ 31923

Last change on this file since 31923 was 31923, checked in by donvip, 9 years ago

[josm_plugins] use https links to OSM wiki

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 1.1 KB
RevLine 
[26174]1<?xml version="1.0" encoding="utf-8"?>
[23708]2<project name="ColumbusCSV" default="dist" basedir=".">
[30768]3 <!-- enter the SVN commit message -->
4 <property name="commit.message" value="Commit message"/>
[29181]5 <!-- Enter the *lowest* JOSM version this plugin is currently compatible with -->
[30416]6 <property name="plugin.main.version" value="7001"/>
[30768]7
8 <!-- Plugin meta data -->
[29009]9 <property name="plugin.author" value="Oliver Wieland"/>
10 <property name="plugin.class" value="org.openstreetmap.josm.plugins.columbusCSV.ColumbusCSVPlugin"/>
11 <property name="plugin.description" value="Imports proprietary CSV files of the Columbus/Visiontac V-900 GPS logger into a GPX layer."/>
[31923]12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/>
[30768]13 <!-- Plugin icon -->
[29009]14 <property name="plugin.icon" value="images/colcsvicon.png"/>
[29181]15
[30768]16 <!-- Plugin version info -->
17 <property name="plugin.version" value="${version.entry.commit.revision}"/>
18 <property name="plugin.stage" value="60"/>
19
[29009]20 <!-- ** include targets that all plugins have in common ** -->
[30768]21 <import file="../build-common.xml"/>
[23708]22</project>
Note: See TracBrowser for help on using the repository browser.