This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new ef256db Move the cache file definition to the correct location ef256db is described below commit ef256dbcad90a45834d62fe648b3b390e52c1695 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Mar 20 10:24:47 2019 +0000 Move the cache file definition to the correct location --- res/checkstyle/javax-checkstyle.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/res/checkstyle/javax-checkstyle.xml b/res/checkstyle/javax-checkstyle.xml index 2197c6a..08501f9 100644 --- a/res/checkstyle/javax-checkstyle.xml +++ b/res/checkstyle/javax-checkstyle.xml @@ -23,13 +23,13 @@ <!-- 'Standard Checks' in the Checkstyle documentation: --> <!-- http://checkstyle.sourceforge.net/config_coding.html --> + <!-- Cache what has passed checkstyle --> + <property name="cacheFile" + value="${tomcat.output}/res/checkstyle/cachefile-javax-checkstyle.xml"/> + <!-- Specific checks for javax.* packages --> <module name="TreeWalker"> - <!-- Cache what has passed checkstyle --> - <property name="cacheFile" - value="${tomcat.output}/res/checkstyle/cachefile-javax-checkstyle.xml"/> - <module name="ImportControl"> <property name="file" value="${basedir}/res/checkstyle/javax-import-control.xml"/> </module> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org