Merge "Fix eclipse project generation"
This commit is contained in:
@@ -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 = [
|
||||
|
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user