Merge branch 'stable-2.15' into stable-2.16

* stable-2.15:
  Adapt Eclipse project generation for Bazel 0.25

Change-Id: I032384cac9023c0f8b6d18c5e8130897225dacf6
This commit is contained in:
David Pursehouse
2019-05-14 10:43:11 +02:00

View File

@@ -196,7 +196,8 @@ def gen_classpath(ext):
src.add(m.group(1))
# Exceptions: both source and lib
if p.endswith('libquery_parser.jar') or \
p.endswith('libgerrit-prolog-common.jar'):
p.endswith('libgerrit-prolog-common.jar') or \
p.endswith('lucene-core-and-backward-codecs__merged.jar'):
lib.add(p)
# JGit dependency from external repository
if 'gerrit-' not in p and 'jgit' in p: