gerrit/.buckconfig
David Pursehouse 14bdaef845 Merge branch 'stable-2.9'
* 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
2014-05-21 15:39:04 +09:00

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