
There is now only one supported way to debug GWT, so remove the "SDM" naming, as it's basically an implementation detail. Be consistent between the launcher and class names, gerrit_gwt_dbg -> GerritGwtDebugLauncher. Update the documentation to be consistent as well, and link to the article about Super Dev Mode. Change-Id: If541bc48bf828a8af64d631d7acd6f663d5ecea1
28 lines
811 B
Python
28 lines
811 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-patch-jgit:jgit_patch_tests',
|
|
'//gerrit-plugin-gwtui:gwtui-api-lib',
|
|
'//gerrit-reviewdb:client_tests',
|
|
'//gerrit-server:server',
|
|
'//gerrit-server:server_tests',
|
|
'//lib/asciidoctor:asciidoc_lib',
|
|
'//lib/asciidoctor:doc_indexer_lib',
|
|
'//lib/bouncycastle:bcprov',
|
|
'//lib/bouncycastle:bcpg',
|
|
'//lib/bouncycastle:bcpkix',
|
|
'//lib/gwt:codeserver',
|
|
'//lib/jetty:servlets',
|
|
'//lib/prolog:compiler_lib',
|
|
'//Documentation:index_lib',
|
|
] + scan_plugins(),
|
|
)
|