LUCENE-5249: expect ivy-versions.properies in lucene source artifacts

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528480 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-10-02 14:10:19 +00:00
parent 54cd6ff0fb
commit de2c962b95
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ def verifyUnpacked(project, artifact, unpackPath, svnRevision, version, testArgs
# TODO: clean this up to not be a list of modules that we must maintain
extras = ('analysis', 'benchmark', 'classification', 'codecs', 'core', 'demo', 'docs', 'expressions', 'facet', 'grouping', 'highlighter', 'join', 'memory', 'misc', 'queries', 'queryparser', 'replicator', 'sandbox', 'spatial', 'suggest', 'test-framework', 'licenses')
if isSrc:
extras += ('build.xml', 'common-build.xml', 'module-build.xml', 'ivy-settings.xml', 'backwards', 'tools', 'site')
extras += ('build.xml', 'common-build.xml', 'module-build.xml', 'ivy-settings.xml', 'ivy-versions.properties', 'backwards', 'tools', 'site')
else:
extras = ()