Ignore:
Timestamp:
2023-10-10T17:50:25+02:00 (12 months ago)
Author:
stoecker
Message:

drop manual override

File:
1 edited

Legend:

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

    r36163 r36164  
    1616    <!-- ** include targets that all plugins have in common ** -->
    1717    <import file="../build-common.xml"/>
    18 
    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 
    3018</project>
Note: See TracChangeset for help on using the changeset viewer.