summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2019-05-14 10:44:39 +0200
committerDavid Pursehouse <dpursehouse@collab.net>2019-05-14 10:44:39 +0200
commite8cbe5045cacf0e0a0791bb11e9923305b99dfc8 (patch)
treed30f0d4f606bca27d5d1e3768fb38663c3012db2
parentf7b51c3f2cf5a14e39c3de6fbf3a92a693c0b29d (diff)
parent2148f2b9fb5182623595cc615fc59fd31ad3d93e (diff)
Merge branch 'stable-2.16' into stable-3.0
* stable-2.16: Adapt Eclipse project generation for Bazel 0.25 Change-Id: I8f44319358acedc47a19463832e1f3a5d7582421
-rwxr-xr-xtools/eclipse/project.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/eclipse/project.py b/tools/eclipse/project.py
index 46aeb3193a..c9d09056f1 100755
--- a/tools/eclipse/project.py
+++ b/tools/eclipse/project.py
@@ -188,7 +188,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: