Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Documentation: Refactor to match other plugin documentation

Change-Id: I365c48252da4d4c88bcbfe20e94e78452fc72a28
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 8a02ff1..bd3e446 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -62,14 +62,6 @@
   bazel-bin/plugins/@PLUGIN@/@PLUGIN@.jar
 ```
 
-This project can be imported into the Eclipse IDE:
-Add the plugin name to the `CUSTOM_PLUGINS` in `tools/bzl/plugins.bzl`, and
-execute:
-
-```
-  ./tools/eclipse/project.py
-```
-
 To execute the tests run either one of:
 
 ```
@@ -77,6 +69,13 @@
   bazel test plugins/@PLUGIN@:@PLUGIN@_tests
 ```
 
+This project can be imported into the Eclipse IDE:
+Add the plugin name to the `CUSTOM_PLUGINS` in `tools/bzl/plugins.bzl`, and
+execute:
+
+```
+  ./tools/eclipse/project.py
+```
 
 [Back to @PLUGIN@ documentation index][index]