Merge "Fix eclipse project generation"

This commit is contained in:
Edwin Kempin
2019-03-28 13:15:36 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ load(
TEST_DEPS = [
"//javatests/com/google/gerrit/elasticsearch:elasticsearch_test_utils",
"//javatests/com/google/gerrit/server:server_tests",
"//proto/testing:test_java_proto",
]
DEPS = [

View File

@@ -254,6 +254,7 @@ def gen_classpath(ext):
for p in sorted(proto):
s = p.replace('-fastbuild/bin/proto/lib', '-fastbuild/genfiles/proto/')
s = p.replace('-fastbuild/bin/proto/testing/lib', '-fastbuild/genfiles/proto/testing/')
s = s.replace('.jar', '-src.jar')
classpathentry('lib', p, s)