Fix smoker to allow the new version.properties file

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621108 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-08-28 09:56:10 +00:00
parent fe34001c60
commit d7ad6e73a4
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,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', 'ivy-versions.properties', 'ivy-ignore-conflicts.properties', 'backwards', 'tools', 'site')
extras += ('build.xml', 'common-build.xml', 'module-build.xml', 'ivy-settings.xml', 'ivy-versions.properties', 'ivy-ignore-conflicts.properties', 'version.properties', 'backwards', 'tools', 'site')
else:
extras = ()