diff --git a/tools/eclipse/project.py b/tools/eclipse/project.py index 12197b7044..e63e7390ff 100755 --- a/tools/eclipse/project.py +++ b/tools/eclipse/project.py @@ -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: