14bdaef845
* stable-2.9: Fix GitWeb link for parent commits Move gerrit.war from api_{install,deploy} to war_{install,deploy} New review UI: Fix display of large avatar image in user popup panel Conflicts: .buckconfig Change-Id: I3ec139fb5b95fc443be834fba8866528e7a51ab2
28 lines
523 B
Plaintext
28 lines
523 B
Plaintext
[alias]
|
|
all = //:all
|
|
api = //:api
|
|
api_deploy = //tools/maven:api_deploy
|
|
api_install = //tools/maven:api_install
|
|
war_deploy = //tools/maven:war_deploy
|
|
war_install = //tools/maven:war_install
|
|
chrome = //:chrome
|
|
docs = //Documentation:html
|
|
firefox = //:firefox
|
|
gerrit = //:gerrit
|
|
release = //:release
|
|
safari = //:safari
|
|
withdocs = //:withdocs
|
|
|
|
[buildfile]
|
|
includes = //tools/default.defs
|
|
|
|
[java]
|
|
src_roots = java, resources
|
|
|
|
[project]
|
|
ignore = .git
|
|
|
|
[cache]
|
|
mode = dir
|
|
dir = buck-out/cache
|