mirror of https://github.com/apache/lucene.git
expect spatial3d module too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b4588515b
commit
270f11cfed
|
@ -680,7 +680,7 @@ def verifyUnpacked(java, project, artifact, unpackPath, svnRevision, version, te
|
||||||
|
|
||||||
if project == 'lucene':
|
if project == 'lucene':
|
||||||
# TODO: clean this up to not be a list of modules that we must maintain
|
# TODO: clean this up to not be a list of modules that we must maintain
|
||||||
extras = ('analysis', 'backward-codecs', 'benchmark', 'classification', 'codecs', 'core', 'demo', 'docs', 'expressions', 'facet', 'grouping', 'highlighter', 'join', 'memory', 'misc', 'queries', 'queryparser', 'replicator', 'sandbox', 'spatial', 'suggest', 'test-framework', 'licenses')
|
extras = ('analysis', 'backward-codecs', 'benchmark', 'classification', 'codecs', 'core', 'demo', 'docs', 'expressions', 'facet', 'grouping', 'highlighter', 'join', 'memory', 'misc', 'queries', 'queryparser', 'replicator', 'sandbox', 'spatial', 'spatial3d', 'suggest', 'test-framework', 'licenses')
|
||||||
if isSrc:
|
if isSrc:
|
||||||
extras += ('build.xml', 'common-build.xml', 'module-build.xml', 'ivy-settings.xml', 'ivy-versions.properties', 'ivy-ignore-conflicts.properties', 'version.properties', 'tools', 'site')
|
extras += ('build.xml', 'common-build.xml', 'module-build.xml', 'ivy-settings.xml', 'ivy-versions.properties', 'ivy-ignore-conflicts.properties', 'version.properties', 'tools', 'site')
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue