Eclipse: Fix including prolog common library to classpath

Helped-by: David Ostrovsky <david@ostrovsky.org>
Bug: Issue 7643
Change-Id: I4025ddfa39e14a843b6c63662ef12cba57779bec
This commit is contained in:
David Pursehouse
2017-11-02 23:06:23 +09:00
parent 7417416424
commit 7c11f3f5bd

View File

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