Revert "Fix compilation error against current master"

This was a wrong fix as plugins cannot transitively depend on any gerrit
core library, that itself transitively depends on substantial sub-graph
of gerrit core. The correct fix is to export the the needed library in
the Plugin API.

This reverts commit 85a07f6a039cc5290b963bd42ebc2b33cd698cd4.

Change-Id: I3579f1ceb9563bca02ebd441660cec6c8c0518e8
1 file changed
tree: 8c60184f330a6b78ed0ecc62cb8531cca58fd36d
  1. .settings/
  2. src/
  3. tools/
  4. .gitignore
  5. bazlets.bzl
  6. BUILD
  7. external_plugin_deps.bzl
  8. README.md
  9. WORKSPACE
README.md

Delete project plugin for Gerrit Code Review

A plugin which allows projects to be deleted from Gerrit via an SSH command, REST API or the Project settings screen.

[Build Status