LUCENE-6732: Remove tabs in JS and XML files

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1695395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2015-08-11 23:00:39 +00:00
parent f0654e355e
commit 1331a57e3d
117 changed files with 19777 additions and 19777 deletions

View File

@ -131,8 +131,7 @@
import org.apache.tools.ant.BuildException;
def extensions = [
'java', 'jflex', 'py', 'pl', 'g4', 'jj', 'html'
// TODO: js, xml
'java', 'jflex', 'py', 'pl', 'g4', 'jj', 'html', 'js', 'xml'
];
def invalidPatterns = [
(~$/@author\b/$) : '@author javadoc tag',
@ -170,6 +169,7 @@
include(name: '*.' + it)
}
exclude(name: '**/build/**')
exclude(name: 'build.xml') // ourselves :-)
}
}.each{ f ->
def text = f.getText('UTF-8');