diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt index 02bf624c82..f9c77e22b9 100644 --- a/Documentation/rest-api-projects.txt +++ b/Documentation/rest-api-projects.txt @@ -1081,12 +1081,14 @@ As result a link:#project-access-info[ProjectAccessInfo] entity is returned. { "remove": [ - "refs/*": { - "permissions": { - "read": { - "rules": { - "c2ce4749a32ceb82cd6adcce65b8216e12afb41c": { - "action": "ALLOW" + { + "refs/*": { + "permissions": { + "read": { + "rules": { + "c2ce4749a32ceb82cd6adcce65b8216e12afb41c": { + "action": "ALLOW" + } } } } diff --git a/tools/bzl/plugin.bzl b/tools/bzl/plugin.bzl index 1223f026ac..33f2e6ae89 100644 --- a/tools/bzl/plugin.bzl +++ b/tools/bzl/plugin.bzl @@ -44,10 +44,7 @@ def gerrit_plugin( native.java_binary( name = '%s__non_stamped' % name, - deploy_manifest_lines = manifest_entries + [ - "Gerrit-ApiType: plugin", - "Implementation-Vendor: Gerrit Code Review", - ], + deploy_manifest_lines = manifest_entries + ["Gerrit-ApiType: plugin"], main_class = 'Dummy', runtime_deps = [ ':%s__plugin' % name,