You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2014/08/22 00:47:06 UTC

svn commit: r1619618 - /lucene/dev/branches/branch_4x/build.xml

Author: mikemccand
Date: Thu Aug 21 22:47:06 2014
New Revision: 1619618

URL: http://svn.apache.org/r1619618
Log:
also check .py, .xml for nocommits

Modified:
    lucene/dev/branches/branch_4x/build.xml

Modified: lucene/dev/branches/branch_4x/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/build.xml?rev=1619618&r1=1619617&r2=1619618&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/build.xml (original)
+++ lucene/dev/branches/branch_4x/build.xml Thu Aug 21 22:47:06 2014
@@ -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"/>