Ignore:
Timestamp:
2014-10-28T00:52:45+01:00 (10 years ago)
Author:
donvip
Message:

[josm_colombus-csv] fix sonar issues

File:
1 edited

Legend:

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

    r30416 r30768  
    11<?xml version="1.0" encoding="utf-8"?>
    22<project name="ColumbusCSV" default="dist" basedir=".">
    3         <!-- enter the SVN commit message -->
    4         <property name="commit.message" value="Commit message"/>
     3    <!-- enter the SVN commit message -->
     4    <property name="commit.message" value="Commit message"/>
    55    <!-- Enter the *lowest* JOSM version this plugin is currently compatible with -->
    66    <property name="plugin.main.version" value="7001"/>
    7        
    8         <!-- Plugin meta data -->
     7   
     8    <!-- Plugin meta data -->
    99    <property name="plugin.author" value="Oliver Wieland"/>
    1010    <property name="plugin.class" value="org.openstreetmap.josm.plugins.columbusCSV.ColumbusCSVPlugin"/>
    1111    <property name="plugin.description" value="Imports proprietary CSV files of the Columbus/Visiontac V-900 GPS logger into a GPX layer."/>
    1212    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/>
    13         <!-- Plugin icon -->
     13    <!-- Plugin icon -->
    1414    <property name="plugin.icon" value="images/colcsvicon.png"/>
    15        
    16         <!-- Plugin version info -->
    17         <property name="plugin.version" value="${version.entry.commit.revision}"/>
    18         <property name="plugin.stage" value="60"/>
     15   
     16    <!-- Plugin version info -->
     17    <property name="plugin.version" value="${version.entry.commit.revision}"/>
     18    <property name="plugin.stage" value="60"/>
    1919   
    2020    <!-- ** include targets that all plugins have in common ** -->
    21     <import file="../build-common.xml"/>       
     21    <import file="../build-common.xml"/>   
    2222</project>
Note: See TracChangeset for help on using the changeset viewer.