mirror of https://github.com/apache/lucene.git
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:
parent
fe34001c60
commit
d7ad6e73a4
|
@ -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 = ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue