also check .py, .xml for nocommits

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619617 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-08-21 22:46:50 +00:00
parent 277136452a
commit 271af418c5
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@
<pathconvert pathsep="${line.separator}" dirsep="/" property="validate.patternsFound" setonempty="false">
<fileset dir="${validate.currDir}">
<include name="**/*.java"/>
<include name="**/*.py"/>
<include name="**/*.xml"/>
<exclude name="**/backwards/**"/>
<or>
<containsregexp expression="@author\b" casesensitive="yes"/>