LUCENE-4006: expect SYSTEM_REQUIREMENTS.txt in unpacked Lucene / Solr

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1399188 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-10-17 11:38:38 +00:00
parent 3634d6e8ae
commit 398d987b19
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ def verifyUnpacked(project, artifact, unpackPath, version, tmpDir):
os.chdir(unpackPath)
isSrc = artifact.find('-src') != -1
l = os.listdir(unpackPath)
textFiles = ['LICENSE', 'NOTICE', 'README']
textFiles = ['LICENSE', 'NOTICE', 'README', 'SYSTEM_REQUIREMENTS']
if project == 'lucene':
textFiles.extend(('JRE_VERSION_MIGRATION', 'CHANGES', 'MIGRATE'))
if isSrc: