Merge branch 'stable-2.16' into stable-3.0

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

Change-Id: I629e693a13422f7f5f4fead20e50fe5fb06a2a05
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index bf939f9..68e848c 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -61,14 +61,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:
 
 ```
@@ -76,6 +68,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]