Removed basedir property, causes updated plugin to fail.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141411 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2bc3611d28
commit
86b71e2963
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
<!-- commons math customization of default Checkstyle behavior -->
|
<!-- commons math customization of default Checkstyle behavior -->
|
||||||
<module name="Checker">
|
<module name="Checker">
|
||||||
<property name="basedir" value="src/checkstyle"/>
|
|
||||||
<property name="localeLanguage" value="en"/>
|
<property name="localeLanguage" value="en"/>
|
||||||
|
|
||||||
<module name="TreeWalker">
|
<module name="TreeWalker">
|
||||||
|
|
Loading…
Reference in New Issue