Merge changes I1055ab85,I7fb5f0de * changes: Add Api type to manifest for BUCK build Adjust Implementation-* manifest entries for BUCK build
diff --git a/BUCK b/BUCK index 4ab0963..9630ba0 100644 --- a/BUCK +++ b/BUCK
@@ -5,8 +5,10 @@ manifest_entries = [ 'Gerrit-Module: com.googlesource.gerrit.plugins.its.phabricator.PhabricatorModule', 'Gerrit-ReloadMode: reload', + 'Gerrit-ApiType: plugin', 'Implementation-Title: Plugin its-phabricator', - 'Implementation-URL: https://www.wikimediafoundation.org', + 'Implementation-Vendor: Wikimedia Foundation', + 'Implementation-URL: https://gerrit.googlesource.com/plugins/its-phabricator', ], deps = [ ':its-base_stripped',