Ignore:
Timestamp:
2016-11-16T00:36:58+01:00 (8 years ago)
Author:
donvip
Message:

exclude boofcv from checkstyle

File:
1 edited

Legend:

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

    r33059 r33061  
    505505        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpath="${checkstyle.jar}"/>
    506506        <checkstyle config="../00_core_tools/checkstyle/josm_checks.xml">
    507             <fileset dir="${basedir}/src" includes="**/*.java" excludes="com/google/**/*.java,
     507            <fileset dir="${basedir}/src" includes="**/*.java" excludes="boofcv/**/*.java,
     508                                                                         com/google/**/*.java,
    508509                                                                         crosby/**/*.java,
    509510                                                                         edu/princeton/**/*.java,
Note: See TracChangeset for help on using the changeset viewer.