Adapt Eclipse project generation for Bazel 0.25
Bazel 0.25 flipped the bit for incompatible_merge_genfiles_directory. Bug: Issue 10665 Change-Id: I23811368b818bdd2e3fe10d63553ee7856dea0e3
This commit is contained in:

committed by
David Pursehouse

parent
92d4c5d369
commit
e62c118d29
@@ -154,7 +154,8 @@ def gen_classpath(ext):
|
|||||||
src.add(m.group(1))
|
src.add(m.group(1))
|
||||||
# Exceptions: both source and lib
|
# Exceptions: both source and lib
|
||||||
if p.endswith('libquery_parser.jar') or \
|
if p.endswith('libquery_parser.jar') or \
|
||||||
p.endswith('prolog/libcommon.jar'):
|
p.endswith('prolog/libcommon.jar') or \
|
||||||
|
p.endswith('lucene-core-and-backward-codecs__merged.jar'):
|
||||||
lib.add(p)
|
lib.add(p)
|
||||||
# JGit dependency from external repository
|
# JGit dependency from external repository
|
||||||
if 'gerrit-' not in p and 'jgit' in p:
|
if 'gerrit-' not in p and 'jgit' in p:
|
||||||
|
Reference in New Issue
Block a user