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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user