Remove bazel status from build documentation
The main audience of this page is developers who want instructions for
building Gerrit. When there were two build systems, the description
of what works and what doesn't here was useful for such developers to
decide which system to use.
Remove the feature overview to make this page easier to read.
Now that bazel is the only build system, missing features that people
were relying on should be filed in the bug tracker instead.
Change-Id: Idd34fe8c6fe628735f1a36c6803959850cc4a1dd
diff --git a/Documentation/dev-bazel.txt b/Documentation/dev-bazel.txt
index 5894ae0..c1cd0e8 100644
--- a/Documentation/dev-bazel.txt
+++ b/Documentation/dev-bazel.txt
@@ -1,14 +1,5 @@
= Gerrit Code Review - Building with Bazel
-Bazel is the tool for building Gerrit.
-It has been recently introduced and, apart from the custom non-core plugins,
-all the components have been adapted to use Bazel.
-
-Nice to have:
-
-* JGit build from local tree.
-* coverage
-
[[installation]]
== Installation