Allow to create javadocs for multiple packages

Change-Id: Ia3de0458603dbe14f510b2edadf6ea44406b820e
This commit is contained in:
David Ostrovsky
2014-10-22 01:22:23 +02:00
parent 5545867e43
commit ec387625e7
4 changed files with 6 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ java_library(
java_doc(
name = 'gwtui-api-javadoc',
title = 'Gerrit Review GWT Extension API Documentation',
pkg = 'com.google.gerrit',
pkgs = ['com.google.gerrit'],
paths = ['src/main/java'] + COMMON,
srcs = SRCS,
deps = DEPS + ['//gerrit-gwtui-common:client-lib2'],