Merge branch 'stable-2.9'

* stable-2.9:
  Include gerrit.war in api_{install,deploy}

Change-Id: I5f9222d82ec252a3cc3ee00b7e5a0f1feec64d2b
This commit is contained in:
Jonathan Nieder
2014-05-01 13:48:51 -07:00
5 changed files with 9 additions and 6 deletions

2
BUCK
View File

@@ -5,7 +5,7 @@ gerrit_war(name = 'chrome', ui = 'ui_chrome')
gerrit_war(name = 'firefox', ui = 'ui_firefox')
gerrit_war(name = 'safari', ui = 'ui_safari')
gerrit_war(name = 'withdocs', docs = True)
gerrit_war(name = 'release', docs = True, context = ['//plugins:core.zip'])
gerrit_war(name = 'release', docs = True, context = ['//plugins:core.zip'], visibility = ['//tools/maven:'])
API_DEPS = [
'//gerrit-extension-api:extension-api',