Ignore:
Timestamp:
2023-08-15T18:00:16+02:00 (3 years ago)
Author:
stoecker
Message:

code cleanup

File:
1 edited

Legend:

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

    r36107 r36120  
    1717    <import file="../build-common.xml"/>
    1818
     19    <target name="checkstyle" depends="checkstyle-compile">
     20        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties">
     21            <classpath refid="checkstyle.classpath"/>
     22            <classpath path="${checkstyle-build.dir}"/>
     23        </taskdef>
     24        <checkstyle config="checkstyle-config.xml">
     25            <fileset dir="${basedir}/src" includes="**/*.java" />
     26            <formatter type="xml" toFile="checkstyle-josm-${ant.project.name}.xml"/>
     27        </checkstyle>
     28    </target>
     29
    1930</project>
Note: See TracChangeset for help on using the changeset viewer.