
Having these in the classpath permits the sources to be modified in Eclipse just like any other Java source file. Change-Id: I6256f5db793dd056a61e934720cb40056d50cfd0
18 lines
473 B
Python
18 lines
473 B
Python
include_defs('//tools/build.defs')
|
|
|
|
java_library(
|
|
name = 'classpath',
|
|
deps = LIBS + PGMLIBS + [
|
|
'//gerrit-acceptance-tests:lib',
|
|
'//gerrit-gwtdebug:gwtdebug',
|
|
'//gerrit-gwtui:ui_module',
|
|
'//gerrit-gwtui:ui_tests',
|
|
'//gerrit-httpd:httpd_tests',
|
|
'//gerrit-main:main_lib',
|
|
'//gerrit-server:server__compile',
|
|
'//lib/asciidoctor:asciidoc_lib',
|
|
'//lib/asciidoctor:doc_indexer_lib',
|
|
'//lib/prolog:compiler_lib',
|
|
] + scan_plugins(),
|
|
)
|