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 01:43:58 UTC

svn commit: r1619629 - /lucene/dev/trunk/build.xml

Author: mikemccand
Date: Thu Aug 21 23:43:57 2014
New Revision: 1619629

URL: http://svn.apache.org/r1619629
Log:
hmm, can't check .xml yet

Modified:
    lucene/dev/trunk/build.xml

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1619629&r1=1619628&r2=1619629&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Thu Aug 21 23:43:57 2014
@@ -81,7 +81,6 @@
       <fileset dir="${validate.currDir}">
         <include name="**/*.java"/>
         <include name="**/*.py"/>
-        <include name="**/*.xml"/>
         <exclude name="**/backwards/**"/>
         <or>
           <containsregexp expression="@author\b" casesensitive="yes"/>