summaryrefslogtreecommitdiff
path: root/check.xml
diff options
context:
space:
mode:
authorGintas Grigelionis <gintas@apache.org>2018-06-08 23:13:01 +0200
committerGintas Grigelionis <gintas@apache.org>2018-06-08 23:13:01 +0200
commitb08e7de6fe24faf028c7c277d7e62f834b88892d (patch)
treeb3cd99ec13cfa08755171dc608c4d482bfc94bc8 /check.xml
parent3d413edd0fca1aba4ff109d99d96702d828313b2 (diff)
downloadant-b08e7de6fe24faf028c7c277d7e62f834b88892d.tar.gz
A miss in refactoring…
Diffstat (limited to 'check.xml')
-rw-r--r--check.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.xml b/check.xml
index 8fde8843e..8d56f0da4 100644
--- a/check.xml
+++ b/check.xml
@@ -134,7 +134,7 @@
inline="true" conf="default" pathid="checkstyle.classpath" transitive="true"/>
<taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpathref="checkstyle.classpath"/>
<mkdir dir="${checkstyle.reportdir}"/>
- <checkstyle config="${config.dir}/checkstyle-config" failOnViolation="false">
+ <checkstyle config="${checkstyle.src.dir}/checkstyle-config" failOnViolation="false">
<formatter type="xml" toFile="${checkstyle.raw}"/>
<fileset dir="${java.dir}">
<include name="${tocheck}"/>