Ignore:
Timestamp:
2014-10-18T15:31:53+02:00 (12 years ago)
Author:
donvip
Message:

[josm_opendata] fix some sonar issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml

    r30416 r30731  
    1515    <property name="module.dist.dir" value="../../dist"/>
    1616    <property name="module.jar" value="${module.dist.dir}/${ant.project.name}.jar"/>
    17         <!-- conditions -->
     17    <!-- conditions -->
    1818    <condition property="resources.exist">
    1919        <available file="resources" type="dir" />
     
    4242                <pathelement location="${josm}"/>
    4343                <pathelement location="${opendata}"/>
    44                 <pathelement location="${utilsplugin2}"/>
     44                <pathelement location="${utilsplugin2}"/>
    4545            </classpath>
    4646            <compilerarg value="-Xlint:deprecation"/>
Note: See TracChangeset for help on using the changeset viewer.